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 43f3a5d + 754d3be commit e12d58cCopy full SHA for e12d58c
ansible/deploy-openstack-config.yml
@@ -292,6 +292,7 @@
292
source {{ src_directory }}/{{ kayobe_config_name }}/kayobe-env --environment {{ kayobe_config_environment }}
293
export KAYOBE_VAULT_PASSWORD="$(cat ~/vault.password)"
294
kayobe control host {% if upgrade | bool %}upgrade{% else %}bootstrap{% endif %}
295
+ executable: /bin/bash
296
297
- name: Ensure OpenStack Config repository is present
298
ansible.builtin.git:
ansible/fetch-logs.yml
@@ -34,6 +34,7 @@
34
else
35
echo "Missing diagnostics playbook - skipping"
36
fi
37
38
failed_when: false
39
register: diagnostics_result
40
0 commit comments