summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2017-08-15 04:20:28 +0200
committerMatthieu Saulnier <fantom@fedoraproject.org>2017-08-15 04:20:28 +0200
commit2f83c91cc72ee613ef31abf28fccab13d17f6a82 (patch)
tree7d8218438dd6e8526f5d6aa45ccb1f1479572613
parentfcdc2bc422a909717f484ab014e8eb74acb3187a (diff)
downloadplaybooks-ansible-2f83c91cc72ee613ef31abf28fccab13d17f6a82.tar.gz
playbooks-ansible-2f83c91cc72ee613ef31abf28fccab13d17f6a82.tar.xz
playbooks-ansible-2f83c91cc72ee613ef31abf28fccab13d17f6a82.zip
fix item loop
-rw-r--r--roles/mtaserver/tasks/pkgs.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/mtaserver/tasks/pkgs.yml b/roles/mtaserver/tasks/pkgs.yml
index 5a08492..31094a8 100644
--- a/roles/mtaserver/tasks/pkgs.yml
+++ b/roles/mtaserver/tasks/pkgs.yml
@@ -8,6 +8,7 @@
- name: Installation des paquets
dnf: name={{ item }} state=present
+ with_items:
- postfix
- cyrus-sasl
- cyrus-sasl-plain