mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
9bb069f873
* 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
6 lines
168 B
YAML
6 lines
168 B
YAML
---
|
|
|
|
- name: include only on supported systems
|
|
include: actualtest.yml
|
|
when: ansible_os_family in ['Debian', 'Suse']
|
|
# centos/RHEL does not have a2enmod/a2dismod
|