mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
lint
Signed-off-by: Martin Schurz <Martin.Schurz@telekom.de>
This commit is contained in:
parent
36715017d7
commit
216b56f468
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
login_unix_socket: "{{ login_unix_socket | default(omit) }}"
|
login_unix_socket: "{{ login_unix_socket | default(omit) }}"
|
||||||
when: mysql_remove_remote_root
|
when: mysql_remove_remote_root
|
||||||
|
|
||||||
- name: detect role support on MySQL version >= 5.7.6 or Mariadb version >= 10.4.0
|
- name: Detect role support on MySQL version >= 5.7.6 or Mariadb version >= 10.4.0
|
||||||
community.mysql.mysql_query:
|
community.mysql.mysql_query:
|
||||||
query: >
|
query: >
|
||||||
SELECT 1 FROM information_schema.COLUMNS
|
SELECT 1 FROM information_schema.COLUMNS
|
||||||
|
|
Loading…
Reference in a new issue