Add TODO for mariadb
This commit is contained in:
parent
500789c3c3
commit
ef4f73def6
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@
|
|||
notify: Start mysqld service
|
||||
|
||||
- name: Secure the installation
|
||||
# TODO: This won't work because it is interactive.
|
||||
# https://stackoverflow.com/questions/25136498/ansible-answers-to-mysql-secure-installation#25140114
|
||||
become: true
|
||||
command: mysql_secure_installation
|
||||
when: "'table already exists!' not in result.stdout"
|
||||
|
|
Loading…
Add table
Reference in a new issue