mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-30 11:24:50 +00:00
Fix ansible-lint E206 (var-spacing) on all test and example playbooks.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user