diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2014-12-18 15:03:22 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:53:20 +0200 |
commit | bf3747dcf42909980c37caf7d70aeac6d2048d7a (patch) | |
tree | 40af93d177179e6c7db655ddb0265875619a71fb /roles/MX | |
parent | 8d167869f36d13268eb5e50e5a1d5f49d8ac1e04 (diff) |
typo
Diffstat (limited to 'roles/MX')
-rw-r--r-- | roles/MX/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/MX/tasks/main.yml b/roles/MX/tasks/main.yml index cae498e..361e379 100644 --- a/roles/MX/tasks/main.yml +++ b/roles/MX/tasks/main.yml @@ -24,7 +24,7 @@ mode=0755 - name: Copy lookup tables (1) - file: src=etc/postfix/virtual/{{ item }} + copy: src=etc/postfix/virtual/{{ item }} dest=/etc/postfix-{{ postfix_instance[inst].name }}/virtual/{{ item }} owner=root group=root mode=0644 |