Add TODO for mariadb

This commit is contained in:
flyingscorpio@clevo 2022-03-08 08:37:45 +01:00
parent 500789c3c3
commit ef4f73def6

View file

@ -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"