mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -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 }}"
|
password: "{{ user_password_1 }}"
|
||||||
tls_requires:
|
tls_requires:
|
||||||
SSL:
|
SSL:
|
||||||
check_mode: yes
|
check_mode: yes
|
||||||
register: result
|
register: result
|
||||||
|
|
||||||
- name: Assert check mode user create reports changed state
|
- name: Assert check mode user create reports changed state
|
||||||
|
@ -225,7 +225,7 @@
|
||||||
password: '{{ user_password_1 }}'
|
password: '{{ user_password_1 }}'
|
||||||
tls_requires:
|
tls_requires:
|
||||||
X509:
|
X509:
|
||||||
check_mode: yes
|
check_mode: yes
|
||||||
register: result
|
register: result
|
||||||
|
|
||||||
- name: Assert check mode user update reports changed state
|
- name: Assert check mode user update reports changed state
|
||||||
|
|
Loading…
Add table
Reference in a new issue