Skip to content
Snippets Groups Projects
Commit bb591f33 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

roles/ipareplica/tasks/uninstall.yml: Add changed_when for uninstall

This calms down ansible-lint in Ansible galaxy.
parent 1a3f72b1
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
has no attribute 'basedn'" not in result_uninstall.stderr
# IPA server is not configured on this system" not in
# result_uninstall.stdout_lines
# changed_when: result_uninstall.rc == 0
changed_when: result_uninstall.rc == 0
# until: result_uninstall.rc == 0
retries: 2
delay: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment