mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-20 02:39:02 +00:00
[PR #11719/66886d08 backport][stable-12] integration tests: remove CentOS conditionals - part 2 (#11730)
integration tests: remove CentOS conditionals - part 2 (#11719)
* test(integration): remove CentOS references - part 2
* adjustments from review
(cherry picked from commit 66886d08f5)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
f77d731faf
commit
fa9ac2b3a9
14 changed files with 12 additions and 97 deletions
|
|
@ -29,9 +29,9 @@
|
|||
assert:
|
||||
that: modules_before.stdout == modules_after.stdout
|
||||
when: ansible_facts.os_family in ['Debian', 'Suse']
|
||||
# centos/RHEL does not have a2enmod/a2dismod
|
||||
# CentOS/RHEL does not have a2enmod/a2dismod
|
||||
|
||||
- name: include misleading warning test
|
||||
include_tasks: 635-apache2-misleading-warning.yml
|
||||
when: ansible_facts.os_family in ['Debian']
|
||||
# Suse has mpm_event module compiled within the base apache2
|
||||
# Suse has mpm_event module compiled within the base apache2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue