Apache2 module integration test (#15380)

* add integration test for apache2_module

* fix assert syntax

* check os_family for this test

* add comment why only debian and suse are tested

* move apache2 test to destructive

* install apache2 package
This commit is contained in:
Robin Roth
2016-04-18 18:00:02 +02:00
committed by René Moser
parent f28a0ca4bb
commit 9bb069f873
4 changed files with 71 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
---
- name: include only on supported systems
include: actualtest.yml
when: ansible_os_family in ['Debian', 'Suse']
# centos/RHEL does not have a2enmod/a2dismod