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 2a7d4ce commit b30ab7fCopy full SHA for b30ab7f
roles/image_build/tasks/main.yml
@@ -36,6 +36,9 @@
36
copy:
37
dest: "{{ image_build_inventory.path }}/hosts"
38
content: |
39
+ {% raw %}
40
+ localhost ansible_connection=local ansible_python_interpreter="{{ ansible_playbook_python }}"
41
+ {% endraw %}
42
[builder:vars]
43
{% if image_build_ssh_bastion_host is defined %}
44
ansible_ssh_common_args={{ image_build_ansible_ssh_common_args }}
0 commit comments