mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 10:10:32 -07:00
Fix check mode indentation
This commit is contained in:
parent
cde29d2e2b
commit
7643a37970
1 changed files with 2 additions and 2 deletions
|
@ -145,7 +145,7 @@
|
|||
password: "{{ user_password_1 }}"
|
||||
tls_requires:
|
||||
SSL:
|
||||
check_mode: yes
|
||||
check_mode: yes
|
||||
register: result
|
||||
|
||||
- name: Assert check mode user create reports changed state
|
||||
|
@ -225,7 +225,7 @@
|
|||
password: '{{ user_password_1 }}'
|
||||
tls_requires:
|
||||
X509:
|
||||
check_mode: yes
|
||||
check_mode: yes
|
||||
register: result
|
||||
|
||||
- name: Assert check mode user update reports changed state
|
||||
|
|
Loading…
Add table
Reference in a new issue