add tags to config/packages/service
This commit is contained in:
parent
269a2ff6e6
commit
922d1a7105
7 changed files with 36 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
action: yum pkg=postfix state=installed
|
||||
tags:
|
||||
- postfix
|
||||
- packages
|
||||
|
||||
- name: /etc/postfix/main.cf
|
||||
action: copy src=$item dest=/etc/postfix/main.cf
|
||||
|
@ -20,3 +21,5 @@
|
|||
|
||||
- name: enable postfix to start
|
||||
action: service name=postfix state=running enabled=true
|
||||
tags:
|
||||
- service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue