Fix path to script
This commit is contained in:
parent
698f6c4d0f
commit
9901df6709
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
- ansible-server
|
- ansible-server
|
||||||
|
|
||||||
- name: installing the phx2 dns check script
|
- name: installing the phx2 dns check script
|
||||||
copy: src="{{ files }}/dns_check.py" dest=/usr/local/bin/dns_check owner=root mode=755
|
copy: src=dns_check.py" dest=/usr/local/bin/dns_check owner=root mode=755
|
||||||
tags:
|
tags:
|
||||||
- ansible-server
|
- ansible-server
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue