mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-05 23:10:23 +00:00
synapse workers: make awk script invocation handle paths with spaces
(quoting ftw)
This commit is contained in:
parent
dd402bee92
commit
f3d2797d9c
|
@ -7,7 +7,7 @@
|
|||
|
||||
- name: Download synapse workers doc and convert into YAML
|
||||
shell:
|
||||
cmd: "awk -f {{ role_path }}/files/workers-doc-to-yaml.awk -- {{ role_path }}/files/workers.upstream-documentation.md > {{ role_path }}/vars/workers.yml"
|
||||
cmd: "awk -f '{{ role_path }}/files/workers-doc-to-yaml.awk' -- '{{ role_path }}/files/workers.upstream-documentation.md' > '{{ role_path }}/vars/workers.yml'"
|
||||
creates: "{{ role_path }}/vars/workers.yml"
|
||||
|
||||
- name: Load list of available worker apps and endpoints
|
||||
|
|
Loading…
Reference in New Issue
Block a user