]> git.phdru.name Git - ansible.git/blobdiff - playbooks/fetch-push/push.yml
Update(logcheck): Update `local-spamassassin`
[ansible.git] / playbooks / fetch-push / push.yml
diff --git a/playbooks/fetch-push/push.yml b/playbooks/fetch-push/push.yml
deleted file mode 100644 (file)
index 247ac74..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-- name: "Push {{ file }}"
-  hosts: "{{ hosts | default('all') }}"
-  become: yes
-  gather_facts: false
-  tasks:
-    - name: Copy files
-      copy:
-        src: "{{ start_dir }}/{{ inventory_hostname }}/{{ file }}"
-        dest: "{{ dest_dir }}"
-        owner: "{{ owner | default('root') }}"
-        group: "{{ group | default('root') }}"
-        mode: "{{ mode | default('0644') }}"