Skip to content

Commit

Permalink
templates/packer/config: add ansible as an explicit requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
croissanne committed May 6, 2024
1 parent bd061de commit 2c4c3a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/packer/config.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ packer {
version = ">= 1.2.3"
source = "github.com/hashicorp/amazon"
}
ansible = {
version = "~> 1"
source = "github.com/hashicorp/ansible"
}
}
}

0 comments on commit 2c4c3a8

Please sign in to comment.