Fix ansible-lint E206 (var-spacing) on all test and example playbooks.

This commit is contained in:
Rafael Guterres Jeffman
2021-05-31 13:37:28 -03:00
parent ca4e9cd1e7
commit 1054bdd0e3
6 changed files with 46 additions and 46 deletions

View File

@@ -8,7 +8,7 @@
-U
{{ '--ignore-topology-disconnect' if ipaserver_ignore_topology_disconnect
| bool else '' }}
{{ '--ignore-last-of-role' if ipaserver_ignore_last_of_role | bool else ''}}
{{ '--ignore-last-of-role' if ipaserver_ignore_last_of_role | bool else '' }}
register: uninstall
# 1 means that uninstall failed because IPA server was not configured
failed_when: uninstall.rc != 0 and uninstall.rc != 1