replace NBSP (non-blocking space) character with a regular SPACE char (#3071)

This commit is contained in:
Alexei Znamensky 2021-07-25 23:53:38 +12:00 committed by GitHub
commit 20db4fc560
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 45 additions and 45 deletions

View file

@ -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: