nagios: correct path for copying phx2 nagios svcs
The nagios playbook is failing because it can't find a bunch of service files. The playbook refers to a path of 'nagios/services/phx2/' but the path that exists in git is 'nagios/services/phx2_internal'. This fixes the path reference so that the playbook should complete.
This commit is contained in:
parent
77adf20745
commit
918828ca15
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@
|
|||
|
||||
## Copy over the services
|
||||
- name: Copy /etc/nagios/services (PHX2 specific files)
|
||||
copy: src=nagios/services/phx2/{{ item }} dest=/etc/nagios/services/{{ item }}
|
||||
copy: src=nagios/services/phx2_internal/{{ item }} dest=/etc/nagios/services/{{ item }}
|
||||
with_items:
|
||||
- basset.cfg
|
||||
- certgetter.cfg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue