Remove conditional from wazuh-api restart handler
This commit is contained in:
parent
df56764dbd
commit
5fd46ab9e4
@ -12,6 +12,4 @@
|
|||||||
service:
|
service:
|
||||||
name: wazuh-api
|
name: wazuh-api
|
||||||
state: restarted
|
state: restarted
|
||||||
enabled: true
|
enabled: true
|
||||||
when:
|
|
||||||
- not (ansible_distribution == 'CentOS' or ansible_distribution == 'RedHat' and ansible_distribution_major_version|int < 6)
|
|
||||||
Loading…
Reference in New Issue
Block a user