mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-14 21:42:17 +00:00
Fix jinja2 white spaces issues reported by ansible-lint
This replaces double spaces by single spaces, fixes spaces in slices, adds spaces before brackets and fixes bracket placing in when clauses.
This commit is contained in:
@@ -267,7 +267,7 @@
|
||||
salt: MTIzNDU2Nzg5MDEyMzQ1Ngo=
|
||||
new_password: SomeVAULTpassword
|
||||
register: result
|
||||
failed_when: not result.failed and "Vault `salt` can only change when changing the password." not in result.msg
|
||||
failed_when: not result.failed and "Vault `salt` can only change when changing the password." not in result.msg
|
||||
|
||||
- name: Try to change symmetric vault salt, without providing `new_password`
|
||||
ipavault:
|
||||
@@ -276,7 +276,7 @@
|
||||
salt: MTIzNDU2Nzg5MDEyMzQ1Ngo=
|
||||
password: SomeVAULTpassword
|
||||
register: result
|
||||
failed_when: not result.failed and "Vault `salt` can only change when changing the password." not in result.msg
|
||||
failed_when: not result.failed and "Vault `salt` can only change when changing the password." not in result.msg
|
||||
|
||||
- name: Try to change symmetric vault salt, using wrong password.
|
||||
ipavault:
|
||||
|
||||
Reference in New Issue
Block a user