Fix linting
This commit is contained in:
parent
d3d0edc291
commit
cc9f28719c
@ -354,11 +354,11 @@
|
|||||||
- ansible_distribution in ['CentOS', 'RedHat', 'Amazon'] and ansible_distribution_major_version|int < 6
|
- ansible_distribution in ['CentOS', 'RedHat', 'Amazon'] and ansible_distribution_major_version|int < 6
|
||||||
|
|
||||||
- include_tasks: "RMRedHat.yml"
|
- include_tasks: "RMRedHat.yml"
|
||||||
when:
|
when:
|
||||||
- ansible_os_family == "RedHat" or ansible_os_family == "Amazon"
|
- ansible_os_family == "RedHat" or ansible_os_family == "Amazon"
|
||||||
- not wazuh_sources_installation.enabled
|
- not wazuh_sources_installation.enabled
|
||||||
|
|
||||||
- include_tasks: "RMDebian.yml"
|
- include_tasks: "RMDebian.yml"
|
||||||
when:
|
when:
|
||||||
- ansible_os_family == "Debian"
|
- ansible_os_family == "Debian"
|
||||||
- not wazuh_sources_installation.enabled
|
- not wazuh_sources_installation.enabled
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user