diff --git a/playbooks/groups/copr-pulp.yml b/playbooks/groups/copr-pulp.yml index ac99dc7320..2f3bc7d025 100644 --- a/playbooks/groups/copr-pulp.yml +++ b/playbooks/groups/copr-pulp.yml @@ -37,6 +37,12 @@ package: name=iptables-services state=present become: true + # TODO Postfix should have probably been installed by base/tasks/main.yml + # but it wasn't for this instance + - name: install postfix + package: name=postfix state=present + become: true + - name: cloud basic setup hosts: copr_pulp_dev_aws:copr_pulp_aws become: true