Fix syntax
This commit is contained in:
parent
0677e06d50
commit
7ffbb98c70
1 changed files with 5 additions and 4 deletions
|
@ -101,7 +101,8 @@
|
|||
yum: pkg=$item state=installed
|
||||
with_items:
|
||||
- tar
|
||||
- mailman # transition from mailman2.1
|
||||
- mailman
|
||||
# mailman: transition from mailman2.1
|
||||
tags:
|
||||
- packages
|
||||
|
||||
|
@ -112,9 +113,9 @@
|
|||
- name: start services
|
||||
service: state=started enabled=yes name=$item
|
||||
with_items:
|
||||
- httpd
|
||||
- mailman3
|
||||
- postfix
|
||||
- httpd
|
||||
- mailman3
|
||||
- postfix
|
||||
|
||||
|
||||
handlers:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue