We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7767198 + 4472cf4 commit 927c14dCopy full SHA for 927c14d
ansible/deploy-openstack-config.yml
@@ -156,8 +156,8 @@
156
157
- name: Set custom playbook prefixes
158
ansible.builtin.set_fact:
159
- fixes_prefix: "{{ fixes/ if kayobe_playbooks_dir.stat.exists else '' }}"
160
- tools_prefix: "{{ tools/ if kayobe_playbooks_dir.stat.exists else '' }}"
+ fixes_prefix: "{{ 'fixes/' if kayobe_playbooks_dir.stat.exists else '' }}"
+ tools_prefix: "{{ 'tools/' if kayobe_playbooks_dir.stat.exists else '' }}"
161
162
- name: Ensure Kayobe hooks are present
163
ansible.builtin.file:
0 commit comments