corrected when statement

This commit is contained in:
Radar231 2023-01-11 00:51:43 +00:00
parent c413a776ba
commit e9cb988020
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
mode: "0755"
owner: root
group: root
when: ("docker" in ansible_facts.getent_group) and ansible_os_family == "Debian"
when: '"docker" in ansible_facts.getent_group and ansible_os_family == "Debian"'
#######################################
- name: copy check_mount.sh file to /lib/nagios/plugins (Debian based distros)