From 98e76cb765c33f49ad7ed3554b988a277be1114b Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Wed, 13 Sep 2017 23:18:30 +0000 Subject: [PATCH] pull configuration --- tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) 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