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
|
yum: pkg=$item state=installed
|
||||||
with_items:
|
with_items:
|
||||||
- tar
|
- tar
|
||||||
- mailman # transition from mailman2.1
|
- mailman
|
||||||
|
# mailman: transition from mailman2.1
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
@ -112,9 +113,9 @@
|
||||||
- name: start services
|
- name: start services
|
||||||
service: state=started enabled=yes name=$item
|
service: state=started enabled=yes name=$item
|
||||||
with_items:
|
with_items:
|
||||||
- httpd
|
- httpd
|
||||||
- mailman3
|
- mailman3
|
||||||
- postfix
|
- postfix
|
||||||
|
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue