mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 11:54:47 +00:00
Fix ansible-lint E201 by removing trailing white space from playbooks.
This commit is contained in:
@@ -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