actually create lock-file

This commit is contained in:
LinuxSquare 2024-12-01 21:29:10 +01:00
parent 3930557150
commit 8008a16081

View file

@ -26,7 +26,7 @@
when: not MYSQL_SECURED_RESULT.stat.exists
- name: Create .secured lock file
file:
state: file
state: touch
path: /var/lib/mysql/.secured
owner: root
group: root