Skip to content

Commit 927c14d

Browse files
authored
Merge pull request #97 from stackhpc/fix-hooks
Fix Ansible template syntax
2 parents 7767198 + 4472cf4 commit 927c14d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/deploy-openstack-config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@
156156

157157
- name: Set custom playbook prefixes
158158
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 '' }}"
159+
fixes_prefix: "{{ 'fixes/' if kayobe_playbooks_dir.stat.exists else '' }}"
160+
tools_prefix: "{{ 'tools/' if kayobe_playbooks_dir.stat.exists else '' }}"
161161

162162
- name: Ensure Kayobe hooks are present
163163
ansible.builtin.file:

0 commit comments

Comments
 (0)