mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-17 05:41:33 -07:00
replace NBSP (non-blocking space) character with a regular SPACE char (#3071)
This commit is contained in:
parent
d54d2fa4a6
commit
20db4fc560
19 changed files with 45 additions and 45 deletions
|
@ -1,5 +1,5 @@
|
|||
- name: start supervisord
|
||||
command: 'supervisord -c {{ remote_dir }}/supervisord.conf'
|
||||
command: 'supervisord -c {{ remote_dir }}/supervisord.conf'
|
||||
|
||||
- name: wait_for supervisord
|
||||
ansible.builtin.wait_for:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue