Remove default
This commit is contained in:
parent
01794baf88
commit
64f9d27178
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
|||
- name: "Monit | Create sql user"
|
||||
community.mysql.mysql_user:
|
||||
name: "{{ monit_sql_user }}"
|
||||
host: localhost
|
||||
password: "{{ monit_sql_password }}"
|
||||
state: present
|
||||
login_unix_socket: "{{ mysql_socket }}"
|
||||
|
|
Loading…
Reference in a new issue