Browse Source

configuration files to home directory

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

+ 2
- 2
tasks/main.yml View File

@@ -7,12 +7,12 @@
- name: configuration pull directory
local_action: file
args:
path: host_files/{{inventory_hostname}}/etc
path: ~/host_files/{{inventory_hostname}}/etc
state: directory

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

Loading…
Cancel
Save