copr-pulp: install postfix
This commit is contained in:
parent
422b416bdb
commit
c6073d2277
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue