Merge "Fix conditional cast to bool"

This commit is contained in:
Zuul 2019-04-11 18:06:37 +00:00 committed by Gerrit Code Review
commit ce4a8dab13
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@
src: chrony.conf.j2
dest: "{{ chrony_conf_file }}"
when:
- chrony_conf_check.stat.exists
- chrony_conf_check.stat.exists | bool
- security_rhel7_enable_chrony | bool
notify:
- restart chrony