Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Nov 3, 2023
1 parent 0d5da42 commit 991afa7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/packer.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,10 @@ build {
sources = ["source.amazon-ebs.freeipa"]

provisioner "ansible" {
playbook_file = "src/upgrade.yml"
use_proxy = false
use_sftp = true
extra_arguments = ["-vvvv"]
playbook_file = "src/upgrade.yml"
use_proxy = false
use_sftp = true
}

provisioner "ansible" {
Expand Down

0 comments on commit 991afa7

Please sign in to comment.