diff --git a/tasks/main.yml b/tasks/main.yml index 1af6524..595ac10 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -3,3 +3,8 @@ - name: install package apt: pkg: postfix + +- name: pull configuration + synchronize: + src: /etc/postfix + dest: host_files/{{inventory_hostname}}/etc/postfix