generated from hashicorp/packer-plugin-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cant disable proxy unexpected EOF #204
Labels
Comments
im having the same hanging issue with the package module. no matter where i put the use_proxy = false line it will error packer log output
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When filing a bug, please include the following headings if possible. Any
example text in this template can be deleted.
Overview of the Issue
ansible hangs forever when gathering facts
Reproduction Steps
run packer with the ansible provisioner and try to run a playbook without
Plugin and Packer version
packer plugin installed
/home/olivia/.config/packer/plugins/github.com/hashicorp/ansible/packer-plugin-ansible_v1.1.2_x5.0_linux_amd64
/home/olivia/.config/packer/plugins/github.com/hashicorp/lxc/packer-plugin-lxc_v1.0.2_x5.0_linux_amd64
packer version
Packer v1.12.0
Simplified Packer Buildfile
Operating system and Environment details
host: arch linux
container: alma linux 9
ansible ver: 11.1.0-2 and 10.0.0-1 (both dont work)
Log Fragments and crash.log files
https://gist.github.com/Dialgatrainer02/28f6555c94d6637dccca18a5b3190736
Set the env var
PACKER_LOG=1
for maximum log detail.i tried the solution in #31 but downgrading didn't work
i also tried disabling the proxy but the provisioner fails with unexpected eof is i add the use_proxy line
The text was updated successfully, but these errors were encountered: