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.
1 parent f50ed7f commit 59d6ce1Copy full SHA for 59d6ce1
etc/kayobe/ansible/octavia-amphora-image-build.yml
@@ -89,6 +89,7 @@
89
90
- name: Create the Amphora image
91
ansible.builtin.shell:
92
+ executable: /bin/bash
93
cmd: >-
94
source {{ venv_path }}/bin/activate &&
95
./diskimage-create.sh -i ubuntu-minimal -s 3 -g {{ openstack_branch }} >> /var/log/octavia-amphora-image-build.log 2>&1
0 commit comments