Skip to content
Snippets Groups Projects
Commit ca4e9cd1 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

Fix ansible-lint E201 by removing trailing white space from playbooks.

parent 926297f8
No related branches found
No related tags found
No related merge requests found
......@@ -35,4 +35,3 @@
- name: Test privilege using client context, in server host.
import_playbook: test_privilege.yml
when: groups['ipaclients'] is not defined or not groups['ipaclients']
......@@ -35,4 +35,3 @@
- name: Test pwpolicy using client context, in server host.
import_playbook: test_pwpolicy.yml
when: groups['ipaclients'] is not defined or not groups['ipaclients']
......@@ -35,4 +35,3 @@
- name: Test trust using client context, in server host.
import_playbook: test_trust.yml
when: groups['ipaclients'] is not defined or not groups['ipaclients']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment