make sure postfix is actually started up so it is listening
This commit is contained in:
parent
5db9739f4f
commit
ebfffbe709
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue