actually create lock-file
This commit is contained in:
parent
3930557150
commit
8008a16081
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
when: not MYSQL_SECURED_RESULT.stat.exists
|
when: not MYSQL_SECURED_RESULT.stat.exists
|
||||||
- name: Create .secured lock file
|
- name: Create .secured lock file
|
||||||
file:
|
file:
|
||||||
state: file
|
state: touch
|
||||||
path: /var/lib/mysql/.secured
|
path: /var/lib/mysql/.secured
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|
Loading…
Reference in a new issue