From c6073d2277fe9ca6589c912fd0a941ec337a6357 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Sun, 20 Aug 2023 19:22:32 +0200 Subject: [PATCH] copr-pulp: install postfix --- playbooks/groups/copr-pulp.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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