Fix template source path for collection playbook runs
This commit is contained in:
parent
3fa9f5b8bb
commit
52dd87f96b
@ -71,7 +71,7 @@
|
||||
post_tasks:
|
||||
- name: Copy ASCII art script
|
||||
ansible.builtin.template:
|
||||
src: "{{ playbook_dir }}/roles/openclaw/templates/show-lobster.sh.j2"
|
||||
src: "{{ playbook_dir }}/../roles/openclaw/templates/show-lobster.sh.j2"
|
||||
dest: /tmp/show-lobster.sh
|
||||
mode: '0755'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user