Open gilkatz64 opened 9 months ago
name: testing group_vars hosts: localhost connection: local gather_facts: false pre_tasks:
roles:
but when I run this from packer ansible skip pre_tasks section we are using packer 1.8.3 since we are also using chef provisioner
The following playbook runs without any problem from command line
name: testing group_vars hosts: localhost connection: local gather_facts: false pre_tasks:
roles:
but when I run this from packer ansible skip pre_tasks section we are using packer 1.8.3 since we are also using chef provisioner