diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2014-10-04 02:21:41 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2014-10-04 02:21:41 +0000 |
| commit | d71f6ea27ebc098f22b280dca81a47d3e8153e7f (patch) | |
| tree | 95519fa7ccb89bf7282e774ce4fa3f690e6679d2 | |
| parent | 9901df6709b88a9e347660f228123551a0a365ce (diff) | |
Fix typo
| -rw-r--r-- | roles/ansible-server/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/ansible-server/tasks/main.yml b/roles/ansible-server/tasks/main.yml index 13de0ec66..1b9fb40a5 100644 --- a/roles/ansible-server/tasks/main.yml +++ b/roles/ansible-server/tasks/main.yml @@ -17,7 +17,7 @@ - ansible-server - name: installing the phx2 dns check script - copy: src=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: - ansible-server # |
