Remove unreadable unicode symbols

There was No-Break space present in the file (U+00a0) which is now
removed with a regular space.

Change-Id: I9e7270c2236dfea7716d3efb787459ea947c2a17
This commit is contained in:
Dmitriy Rabotyagov 2023-05-24 14:44:35 +02:00
parent 20ba785441
commit 555ec6abb7
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
vars:
ansible_python_interpreter: >-
{{ openstack_service_setup_host_python_interpreter |
default((openstack_service_setup_host | default('localhost') == 'localhost') | ternary(ansible_playbook_python, ansible_facts['python']['executable'])) }}
default((openstack_service_setup_host | default('localhost') == 'localhost') | ternary(ansible_playbook_python, ansible_facts['python']['executable'])) }}
tags:
- ceph-rgw
- ceph-rgw-setup