Skip to content
Snippets Groups Projects
Unverified Commit 7cf80c59 authored by Jesús's avatar Jesús Committed by GitHub
Browse files

Not delete keytab when ipaclient_on_master is true

Keep the valid keytab file pre-existent in the master node. This fixes #191.
parent 499e7385
No related branches found
No related tags found
No related merge requests found
...@@ -191,7 +191,7 @@ ...@@ -191,7 +191,7 @@
# 5 - Principal name or realm not found in keytab # 5 - Principal name or realm not found in keytab
failed_when: result_ipa_rmkeytab.rc != 0 and failed_when: result_ipa_rmkeytab.rc != 0 and
result_ipa_rmkeytab.rc != 3 and result_ipa_rmkeytab.rc != 5 result_ipa_rmkeytab.rc != 3 and result_ipa_rmkeytab.rc != 5
when: ipaclient_use_otp | bool or ipaclient_force_join | bool when: (ipaclient_use_otp | bool or ipaclient_force_join | bool) and not ipaclient_on_master | bool
- name: Install - Backup and set hostname - name: Install - Backup and set hostname
ipaclient_set_hostname: ipaclient_set_hostname:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment