Browse Source

pull directory

master
parent
commit
86852d38cd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/main.yml

+ 1
- 1
tasks/main.yml View File

@@ -6,7 +6,7 @@


- name: pull configuration - name: pull configuration
synchronize: synchronize:
src: /etc/postfix
src: /etc/postfix/
dest: host_files/{{inventory_hostname}}/etc/postfix dest: host_files/{{inventory_hostname}}/etc/postfix
mode: pull mode: pull
recursive: true recursive: true

Loading…
Cancel
Save