Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Fatih Acar <[email protected]>
  • Loading branch information
fatih-acar committed Apr 30, 2024
1 parent ac86abe commit 49ab670
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packaging/packer/ubuntu.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@ build {
]


galaxy_command = "./ansible-galaxy.sh"
galaxy_file = "${path.cwd}/ansible/requirements.yml"
galaxy_command = "./ansible-galaxy.sh"
galaxy_file = "${path.cwd}/ansible/requirements.yml"
galaxy_force_install = true
}

provisioner "ansible" {
Expand Down

0 comments on commit 49ab670

Please sign in to comment.