hashicorp / packer-plugin-ansible

Packer plugin for Ansible Provisioner
https://www.packer.io/docs/provisioners/ansible
Mozilla Public License 2.0
50 stars 36 forks source link

[WIP] Fixes bug where environment variables were not being set prior to run… #201

Closed makinj closed 6 days ago

makinj commented 6 days ago

…ning the playbook command

When using the ansible_env_vars option, I was seeing that the values I set weren't going through to my command. This looks like a small bug where the variables were being set after the command had executed

hashicorp-cla-app[bot] commented 6 days ago

CLA assistant check
All committers have signed the CLA.

makinj commented 6 days ago

Apologies, was misreading the code and there must be some other explanation for my issue.