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 f972cf7 commit 08f36d2Copy full SHA for 08f36d2
roles/image_build/tasks/main.yml
@@ -63,7 +63,7 @@
63
environment:
64
ANSIBLE_CONFIG: "{{ ansible_cfg_file.path }}"
65
PACKER_LOG: 1
66
- PACKER_LOG_PATH: "/tmp/packer-build.log"
+ PACKER_LOG_PATH: "{{ lookup('ansible.builtin.env', 'PACKER_LOG_PATH', default='/tmp/packer-build.log') }}"
67
68
- name: Parse packer-manifest.json
69
set_fact:
0 commit comments