mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user