msg: Destination directory {{libdir | /usr/lib64}}/nagios/plugins does not exist

This commit is contained in:
Stephen Smoogen 2014-05-16 21:56:12 +00:00
parent 1a80191e6f
commit f4fc902768

View file

@ -19,7 +19,7 @@
- name: install local nrpe check scripts that are not packaged
copy: src="scripts/{{ item }}" dest="{{ libdir | /usr/lib64 }}/nagios/plugins/{{ item }}" mode=0755 owner=nagios group=nagios
copy: src="scripts/{{ item }}" dest="{{ libdir }}/nagios/plugins/{{ item }}" mode=0755 owner=nagios group=nagios
with_items:
- check_postfix_queue
- check_raid.py