mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Migrate Linux CI roles to test targets. (#17997)
This commit is contained in:
6
test/integration/targets/apache2_module/tasks/main.yml
Normal file
6
test/integration/targets/apache2_module/tasks/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user