Merge "Remove unreadable unicode symbols" into stable/yoga

This commit is contained in:
Zuul 2023-10-11 12:54:25 +00:00 committed by Gerrit Code Review
commit 76579b0738
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