Browse Source

pull configuration

master
parent
commit
98e76cb765
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      tasks/main.yml

+ 5
- 0
tasks/main.yml View File

@@ -3,3 +3,8 @@
- name: install package
apt:
pkg: postfix

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

Loading…
Cancel
Save