We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d89bf69 commit 842880dCopy full SHA for 842880d
digitalocean.pkr.hcl
@@ -4,6 +4,10 @@ packer {
4
version = ">= 1.0.0"
5
source = "github.com/hashicorp/digitalocean"
6
}
7
+ ansible = {
8
+ version = "~> 1"
9
+ source = "github.com/hashicorp/ansible"
10
+ }
11
12
13
0 commit comments