diff options
author | mail_redacted_for_web | 2021-07-28 14:28:49 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2021-07-28 14:28:49 +0200 |
commit | f7cac1044ea26157a89e309e8c9a7b8797645ebf (patch) | |
tree | da853a859c099871128cb5e4c1c681a54b5d145e /ansible | |
parent | ff8aaca36aa9510f9e5ab8663213cdbf95c803fa (diff) | |
download | lulz-f7cac1044ea26157a89e309e8c9a7b8797645ebf.tar.bz2 |
ham wir noch zwei?
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" |