copr-pulp: install postfix

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

View file

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