fas2discourse: change to remote src for keytab location

This commit is contained in:
David Kirwan 2023-04-20 11:16:43 +01:00
parent ad34e07f01
commit 74cc097297

View file

@ -2,7 +2,7 @@
# generate the templates for project to be created
- name: create the templates
ansible.builtin.copy:
src: "/etc/openshift_apps/fas2discourse/fas2discourse{{ env_suffix }}-keytab.kt"
remote_src: "/etc/openshift_apps/fas2discourse/fas2discourse{{ env_suffix }}-keytab.kt"
dest: "/root/ocp4/openshift-apps/fas2discourse-operator/fas2discourse-keytab.kt"
mode: 0600