Double roles do not work
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
14eb97bf6c
commit
58a008b94e
1 changed files with 1 additions and 3 deletions
|
@ -28,9 +28,6 @@
|
|||
- name: set hostname (required by some services, at least postfix need it)
|
||||
hostname: name="{{inventory_hostname}}"
|
||||
|
||||
roles:
|
||||
- basessh
|
||||
|
||||
tasks:
|
||||
- name: add packages
|
||||
yum: state=present name={{ item }}
|
||||
|
@ -58,6 +55,7 @@
|
|||
service: name=postfix enabled=yes state=started
|
||||
|
||||
roles:
|
||||
- basessh
|
||||
- nagios_client
|
||||
- mariadb_server
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue