copy not file :(

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2014-07-09 21:28:49 +00:00
parent e067bd485b
commit d5ad84c3fe

View file

@ -67,7 +67,7 @@
file: dest=/var/log/nagios/spool/checkresults state=directory group=nagios owner=nagios mode=0644
- name: Copy check_nagios_notifications.py
file: src=check_nagios_notifications.py dest=/usr/local/bin/check_nagios_notifications.py mode=0755 group=root owner=root
copy: src=check_nagios_notifications.py dest=/usr/local/bin/check_nagios_notifications.py mode=0755 group=root owner=root
- name: Nuke default nagios passwd
file: dest=/etc/nagios/passwd state=absent