fas2discourse: correctly configure remote_src

Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
David Kirwan 2023-04-20 11:18:43 +01:00
parent 74cc097297
commit ad2dea0cb8

View file

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