[ansible-project] How to make Ansible Tasks work with Packer

2019-04-04 Thread Tony Chia
There is no limitation which task can be run from packer. Try adding - when you execute from packer and from outside of packer and compare the results Regards Tony Chia -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe

[ansible-project] How to make Ansible Tasks work with Packer

2019-04-04 Thread gigit1000
Hello, I’m trying to use Ansible as a provisioner with Packer. I have a playbook with tasks that: -create a local directory (win_file) -download a file from s3 (aws_s3) -run windows updates (win_updates) It works fine when I run it manually, but when I run it from Packer (Ansible