diff options
Diffstat (limited to 'ansible')
| -rw-r--r-- | ansible/git-out.yml | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/git-out.yml b/ansible/git-out.yml index f165e5c..2e5e2c4 100644 --- a/ansible/git-out.yml +++ b/ansible/git-out.yml @@ -27,7 +27,7 @@      notify: "debian"      when: ansible_distribution_file_variety == "Debian"    handlers: -  - name: Copy essential binaries(tm) to {{ inventory_hostname }} +  - name: Copy essential binaries(tm)      copy:        #src: "{{item.file}}"        src: "files/git-out" @@ -37,7 +37,7 @@        group: root      #loop: "{{vars.binfiles}}"      listen: "redhat" -  - name: Copy essential binaries(tm) to {{ inventory_hostname }} +  - name: Copy essential binaries(tm)      copy:        #src: "{{item.file}}"        src: "files/git-out"  | 
