mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-06 10:50:31 -07:00
Use FQCN for fail module
This commit is contained in:
parent
e76b33e1db
commit
c2904bf20d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
- name: Verify valid parameters for download credentials when specified
|
- name: "Verify valid parameters for download credentials when specified"
|
||||||
fail:
|
ansible.builtin.fail:
|
||||||
msg: >-
|
msg: >-
|
||||||
When JDBC driver download credentials are set, both the username and the password MUST be set
|
When JDBC driver download credentials are set, both the username and the password MUST be set
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Add table
Reference in a new issue