mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-29 10:54:44 +00:00
Fix ansible-lint E206 (var-spacing) on all test and example playbooks.
This commit is contained in:
@@ -64,18 +64,18 @@
|
||||
|
||||
- assert:
|
||||
that:
|
||||
- ipahost.host["{{host1_fqdn }}"].randompassword is
|
||||
- ipahost.host["{{ host1_fqdn }}"].randompassword is
|
||||
defined
|
||||
- ipahost.host["{{host2_fqdn }}"].randompassword is
|
||||
- ipahost.host["{{ host2_fqdn }}"].randompassword is
|
||||
defined
|
||||
|
||||
- name: Print generated random password for "{{host1_fqdn }}"
|
||||
- name: Print generated random password for "{{ host1_fqdn }}"
|
||||
debug:
|
||||
var: ipahost.host["{{host1_fqdn }}"].randompassword
|
||||
var: ipahost.host["{{ host1_fqdn }}"].randompassword
|
||||
|
||||
- name: Print generated random password for "{{host2_fqdn }}"
|
||||
- name: Print generated random password for "{{ host2_fqdn }}"
|
||||
debug:
|
||||
var: ipahost.host["{{host2_fqdn }}"].randompassword
|
||||
var: ipahost.host["{{ host2_fqdn }}"].randompassword
|
||||
|
||||
- name: Enrolled host "{{ ansible_facts['fqdn'] }}" fails to set random password with update_password always
|
||||
ipahost:
|
||||
|
||||
Reference in New Issue
Block a user