mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-03 16:09:29 +00:00
9 lines
275 B
YAML
9 lines
275 B
YAML
- name: Deploy {{ INJ_DESKTOP_JS_FILE_NAME }}
|
|
template:
|
|
src: "{{ INJ_DESKTOP_JS_FILE_NAME }}.j2"
|
|
dest: "{{ INJ_DESKTOP_JS_FILE_DESTINATION }}"
|
|
owner: "{{ NGINX.USER }}"
|
|
group: "{{ NGINX.USER }}"
|
|
mode: '0644'
|
|
|
|
- include_tasks: utils/run_once.yml |