Ignore if fake host already exists
This commit is contained in:
@@ -29,6 +29,7 @@
|
|||||||
cmd: "ipa host-add {{ rproxy_service_name }}.{{ ansible_facts['domain'] }} --force --desc=\"Fake host for SPN\""
|
cmd: "ipa host-add {{ rproxy_service_name }}.{{ ansible_facts['domain'] }} --force --desc=\"Fake host for SPN\""
|
||||||
become: false
|
become: false
|
||||||
become_user: "{{ ansible_user }}"
|
become_user: "{{ ansible_user }}"
|
||||||
|
ignore_errors: true
|
||||||
|
|
||||||
- name: Create SPN for HTTP
|
- name: Create SPN for HTTP
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
|
|||||||
Reference in New Issue
Block a user