fas2discourse: correctly configure remote_src
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
74cc097297
commit
ad2dea0cb8
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue