File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
images/capi/packer/nutanix Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 161161 "nutanix_port" : " {{env `NUTANIX_PORT`}}" ,
162162 "nutanix_subnet_name" : " {{env `NUTANIX_SUBNET_NAME`}}" ,
163163 "nutanix_username" : " {{env `NUTANIX_USERNAME`}}" ,
164- "scp_extra_vars" : " " ,
164+ "scp_extra_vars" : " {{user `ansible_scp_extra_args`}} " ,
165165 "vm_force_delete" : " false" ,
166166 "windows_admin_password" : " {{env `WINDOWS_ADMIN_PASSWORD`}}"
167167 }
Original file line number Diff line number Diff line change 155155 "nutanix_subnet_name": "{{env `NUTANIX_SUBNET_NAME`}}",
156156 "nutanix_username": "{{env `NUTANIX_USERNAME`}}",
157157 "python_path": "",
158- "scp_extra_vars": "",
158+ "scp_extra_vars": "{{user `ansible_scp_extra_args`}} ",
159159 "source_image_delete": "false",
160160 "source_image_force": "false",
161161 "ssh_password": "$SSH_PASSWORD",
You can’t perform that action at this time.
0 commit comments