mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 20:04:45 +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
|
ipaadmin_password: SomeADMINpassword
|
||||||
name: "{{ host1_fqdn }}"
|
name: "{{ host1_fqdn }}"
|
||||||
principal:
|
principal:
|
||||||
- "{{ 'host/testhost1.' + ipaserver_domain + '@' + ipaserver_realm }}"
|
- "{{ 'host/testhost1.' + ipaserver_domain + '@' + ipaserver_realm }}"
|
||||||
force: yes
|
force: yes
|
||||||
register: result
|
register: result
|
||||||
failed_when: not result.changed or result.failed
|
failed_when: not result.changed or result.failed
|
||||||
|
|||||||
@@ -34,11 +34,11 @@
|
|||||||
hosts:
|
hosts:
|
||||||
- name: "{{ host1_fqdn }}"
|
- name: "{{ host1_fqdn }}"
|
||||||
principal:
|
principal:
|
||||||
- "{{ 'host/testhost1.' + ipaserver_domain + '@' + ipaserver_realm }}"
|
- "{{ 'host/testhost1.' + ipaserver_domain + '@' + ipaserver_realm }}"
|
||||||
force: yes
|
force: yes
|
||||||
- name: "{{ host2_fqdn }}"
|
- name: "{{ host2_fqdn }}"
|
||||||
principal:
|
principal:
|
||||||
- "{{ 'host/testhost2.' + ipaserver_domain + '@' + ipaserver_realm }}"
|
- "{{ 'host/testhost2.' + ipaserver_domain + '@' + ipaserver_realm }}"
|
||||||
force: yes
|
force: yes
|
||||||
register: result
|
register: result
|
||||||
failed_when: not result.changed or result.failed
|
failed_when: not result.changed or result.failed
|
||||||
|
|||||||
@@ -35,4 +35,3 @@
|
|||||||
- name: Test privilege using client context, in server host.
|
- name: Test privilege using client context, in server host.
|
||||||
import_playbook: test_privilege.yml
|
import_playbook: test_privilege.yml
|
||||||
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
||||||
|
|
||||||
|
|||||||
@@ -35,4 +35,3 @@
|
|||||||
- name: Test pwpolicy using client context, in server host.
|
- name: Test pwpolicy using client context, in server host.
|
||||||
import_playbook: test_pwpolicy.yml
|
import_playbook: test_pwpolicy.yml
|
||||||
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
||||||
|
|
||||||
|
|||||||
@@ -35,4 +35,3 @@
|
|||||||
- name: Test trust using client context, in server host.
|
- name: Test trust using client context, in server host.
|
||||||
import_playbook: test_trust.yml
|
import_playbook: test_trust.yml
|
||||||
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
when: groups['ipaclients'] is not defined or not groups['ipaclients']
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user