copr-pulp: install iptables-services

This commit is contained in:
Jakub Kadlcik 2023-08-20 19:00:32 +02:00
parent 57717eeaca
commit 422b416bdb

View file

@ -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