Fix data-analysis01: it needs to be explicitly told that this is a path
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
46efc94dfa
commit
cb1ebca344
1 changed files with 1 additions and 1 deletions
|
@ -76,6 +76,6 @@
|
||||||
- htmldoc
|
- htmldoc
|
||||||
|
|
||||||
- name: setup mysql items
|
- name: setup mysql items
|
||||||
file: /srv/mysql state=directory mode=0770 owner=mysql group=mysql setype=mysqld_db_t
|
file: path=/srv/mysql state=directory mode=0770 owner=mysql group=mysql setype=mysqld_db_t
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue