copr-pulp: install iptables-services
This commit is contained in:
parent
57717eeaca
commit
422b416bdb
1 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,11 @@
|
||||||
path: /usr/bin/python3
|
path: /usr/bin/python3
|
||||||
become: true
|
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
|
- name: cloud basic setup
|
||||||
hosts: copr_pulp_dev_aws:copr_pulp_aws
|
hosts: copr_pulp_dev_aws:copr_pulp_aws
|
||||||
become: true
|
become: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue