mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-28 07:31:24 -07:00
Fix indentation
This commit is contained in:
parent
34e50bd393
commit
de38a96e41
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@
|
|||
when: db_version.version.major == 5 and db_version.version.minor >= 7 or db_version.version.major > 5 and db_version.version.major < 10 or db_version.version.major == 10 and db_version.version.minor >= 2
|
||||
|
||||
- debug:
|
||||
msg: reqs is {{(old_result is skipped | ternary(new_result, old_result)).stdout.split('REQUIRE')[1].split(separator)[0].strip() | default('NONE') }}
|
||||
msg: reqs is {{(old_result is skipped | ternary(new_result, old_result)).stdout.split('REQUIRE')[1].split(separator)[0].strip() | default('NONE') }}
|
||||
|
||||
# - name: assert user1 TLS requirements
|
||||
# assert:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue