mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
make sure postfix is actually started up so it is listening
This commit is contained in:
@@ -81,6 +81,9 @@
|
||||
tags:
|
||||
- configs
|
||||
|
||||
- name: ensure postfix is started
|
||||
action: service name=postfix state=started enabled=true
|
||||
|
||||
- name: make a bunch of dirs
|
||||
action: file state=directory path=$item
|
||||
with_items:
|
||||
@@ -134,6 +137,7 @@
|
||||
action: copy src=$files/kojibuilder/idmapd.conf dest=/etc/idmapd.conf
|
||||
tags:
|
||||
- configs
|
||||
|
||||
- name: enable nfs-related services and run them
|
||||
action: service name=$item enabled=true state=started
|
||||
with_items:
|
||||
|
||||
Reference in New Issue
Block a user