8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.5.0
Ansible provisioner contains latest available configuration options from Packer 1.5.6.
AttributeError: ansible object does not support attribute use_proxy
Set a provisioner up like the following:
template.add_provisioner( provisioner.Ansible( playbook_file=vm_config['ansible_playbook'], use_proxy=False, ansible_env_vars=[ "ANSIBLE_ROLES_PATH=galaxy", "ansible_python_interpreter=/usr/bin/python", "-vv" ] ) )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
packerlicious version
1.5.0
Expected behavior
Ansible provisioner contains latest available configuration options from Packer 1.5.6.
Actual behavior
AttributeError: ansible object does not support attribute use_proxy
Steps to reproduce
Set a provisioner up like the following:
The text was updated successfully, but these errors were encountered: