I'm using an ansible provisioner. I install collection and running playbook for install what I need in Temp VM
But sometimes it's crashed, with error that no roles, but like a said roles exist and sometimes it's run correctly
The role '' was not found in collection
Overview of the Issue
I'm using an ansible provisioner. I install collection and running playbook for install what I need in Temp VM But sometimes it's crashed, with error that no roles, but like a said roles exist and sometimes it's run correctly The role '' was not found in collection
Reproduction Steps
Use ansible and install collection and use role
Packer version
1.8.6
Simplified Packer Template
provisioner "ansible" { extra_arguments = [ "--extra-vars", "token" ]
playbook_file = "playbook,yml" user = var.ssh_user use_proxy = false collection_path = "./.ansible/collections"
}
Operating system and Environment details
Ubuntu 20.04 I using github action for build image