Skip to content

Commit e12d58c

Browse files
authored
Merge pull request #66 from stackhpc/ubuntu-bash
Use bash for Ansible shell module Ubuntu when using source
2 parents 43f3a5d + 754d3be commit e12d58c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ansible/deploy-openstack-config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@
292292
source {{ src_directory }}/{{ kayobe_config_name }}/kayobe-env --environment {{ kayobe_config_environment }}
293293
export KAYOBE_VAULT_PASSWORD="$(cat ~/vault.password)"
294294
kayobe control host {% if upgrade | bool %}upgrade{% else %}bootstrap{% endif %}
295+
executable: /bin/bash
295296

296297
- name: Ensure OpenStack Config repository is present
297298
ansible.builtin.git:

ansible/fetch-logs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
else
3535
echo "Missing diagnostics playbook - skipping"
3636
fi
37+
executable: /bin/bash
3738
failed_when: false
3839
register: diagnostics_result
3940

0 commit comments

Comments
 (0)