Skip to content

Commit

Permalink
fixup! fixup! Upgrade packer to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
yuokada committed Sep 28, 2024
1 parent d2da32c commit 1b67334
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/packer-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ jobs:
packer-version: 1.10.3
- name: Validate configuration files
run: |
packer plugins install github.com/hashicorp/ansible
packer init .
packer validate .
4 changes: 4 additions & 0 deletions aws-ubuntu.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ packer {
version = ">= 0.0.2"
source = "github.com/hashicorp/amazon"
}
ansible = {
version = "~> 1"
source = "github.com/hashicorp/ansible"
}
}
}

Expand Down

0 comments on commit 1b67334

Please sign in to comment.