mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
Fix ansible-lint E201 by removing trailing white space from playbooks.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
ipaadmin_password: SomeADMINpassword
|
||||
name: "{{ host1_fqdn }}"
|
||||
principal:
|
||||
- "{{ 'host/testhost1.' + ipaserver_domain + '@' + ipaserver_realm }}"
|
||||
- "{{ 'host/testhost1.' + ipaserver_domain + '@' + ipaserver_realm }}"
|
||||
force: yes
|
||||
register: result
|
||||
failed_when: not result.changed or result.failed
|
||||
|
||||
@@ -34,11 +34,11 @@
|
||||
hosts:
|
||||
- name: "{{ host1_fqdn }}"
|
||||
principal:
|
||||
- "{{ 'host/testhost1.' + ipaserver_domain + '@' + ipaserver_realm }}"
|
||||
- "{{ 'host/testhost1.' + ipaserver_domain + '@' + ipaserver_realm }}"
|
||||
force: yes
|
||||
- name: "{{ host2_fqdn }}"
|
||||
principal:
|
||||
- "{{ 'host/testhost2.' + ipaserver_domain + '@' + ipaserver_realm }}"
|
||||
- "{{ 'host/testhost2.' + ipaserver_domain + '@' + ipaserver_realm }}"
|
||||
force: yes
|
||||
register: result
|
||||
failed_when: not result.changed or result.failed
|
||||
|
||||
Reference in New Issue
Block a user