File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
roles/utils/kerberos/tasks Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 3838 ansible.builtin.import_role :
3939 name : tosit.tdp.utils.kerberos
4040 tasks_from : create_principal_keytab
41- when : headless_keytab | length == 0
4241 run_once : true
4342
4443- name : Load the new headless_keytab when not exists
4544 ansible.builtin.slurp :
4645 src : " {{ keytabs_dir }}/{{ keytab }}"
4746 register : headless_keytab_encoded
4847 run_once : true
49- when : headless_keytab | length == 0
5048
5149- name : Set fact the new headless_keytab when not exists
5250 ansible.builtin.set_fact :
5351 headless_keytab : " {{ headless_keytab_encoded.content }}"
5452 run_once : true
55- when : headless_keytab | length == 0
5653
5754# Final Step : Copy the headless_keytab to all hosts with an idempotent behavior
5855- name : Copy headless_keytab to all hosts
You can’t perform that action at this time.
0 commit comments