mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-23 09:14:43 +00:00
ipaclient: Fix indent in install.yml
This commit is contained in:
@@ -338,8 +338,8 @@
|
|||||||
and result_ipaclient_join.already_joined)))
|
and result_ipaclient_join.already_joined)))
|
||||||
|
|
||||||
when: not ansible_check_mode and
|
when: not ansible_check_mode and
|
||||||
not (result_ipaclient_test.client_already_configured and
|
not (result_ipaclient_test.client_already_configured and
|
||||||
not ipaclient_allow_repair | bool and not ipaclient_force_join | bool)
|
not ipaclient_allow_repair | bool and not ipaclient_force_join | bool)
|
||||||
|
|
||||||
always:
|
always:
|
||||||
- name: Cleanup leftover ccache
|
- name: Cleanup leftover ccache
|
||||||
|
|||||||
Reference in New Issue
Block a user