mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
check mode for status var
Signed-off-by: Martin Schurz <Martin.Schurz@telekom.de>
This commit is contained in:
parent
219ec1938b
commit
79dc1d5474
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
|||
AND COLUMN_NAME = 'is_role')
|
||||
login_unix_socket: "{{ login_unix_socket | default(omit) }}"
|
||||
register: mysql_role_support
|
||||
check_mode: false
|
||||
when: >
|
||||
(mysql_distribution == "mysql" and mysql_version.version.full is version('5.7.6', '>=')) or
|
||||
(mysql_distribution == "mariadb" and mysql_version.version.full
|
||||
|
|
Loading…
Reference in a new issue