Really, this should happen last.
This commit is contained in:
parent
aacd92b220
commit
ea29d4887e
1 changed files with 2 additions and 3 deletions
|
@ -7,9 +7,6 @@
|
|||
tags:
|
||||
- packages
|
||||
|
||||
- name: glusterd service
|
||||
service: name=glusterd state=started enabled=yes
|
||||
|
||||
- name: make the datadir
|
||||
file: dest={{ datadir }} owner={{ owner }} group={{ group }} state=directory
|
||||
notify:
|
||||
|
@ -25,3 +22,5 @@
|
|||
notify:
|
||||
- restart glusterd
|
||||
|
||||
- name: glusterd service
|
||||
service: name=glusterd state=started enabled=yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue