From 422b416bdb8cc0777e85b7a87e05e4a0216e20b9 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Sun, 20 Aug 2023 19:00:32 +0200 Subject: [PATCH] copr-pulp: install iptables-services --- playbooks/groups/copr-pulp.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/playbooks/groups/copr-pulp.yml b/playbooks/groups/copr-pulp.yml index 3e43263aa8..ac99dc7320 100644 --- a/playbooks/groups/copr-pulp.yml +++ b/playbooks/groups/copr-pulp.yml @@ -32,6 +32,11 @@ path: /usr/bin/python3 become: true + # TODO Move this to base/tasks/main.yml + - name: install iptables-services + package: name=iptables-services state=present + become: true + - name: cloud basic setup hosts: copr_pulp_dev_aws:copr_pulp_aws become: true