Fix syntax errors on Wazuh Agent installation conditionals

This commit is contained in:
Jose M 2019-11-05 11:51:22 +01:00
parent c02885c2ad
commit 1593e7fdc2

View File

@ -10,7 +10,7 @@
async: 90 async: 90
poll: 30 poll: 30
when: when:
- {{ ansible_os_family|lower == "redhat" }} - ansible_os_family|lower == "redhat"
tags: tags:
- init - init
@ -20,7 +20,7 @@
state: present state: present
cache_valid_time: 3600 cache_valid_time: 3600
when: when:
- {{ ansible_os_family|lower != "redhat" }} - ansible_os_family|lower != "redhat"
tags: tags:
- init - init