Skip to content

Commit

Permalink
fix: using a github action with ansible installed
Browse files Browse the repository at this point in the history
  • Loading branch information
djimenez-savi committed Aug 29, 2022
1 parent 8610a4c commit ecc1deb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -27,19 +27,19 @@ jobs:
uses: actions/checkout@v2

- name: Packer init
uses: hashicorp/packer-github-actions@master
uses: pintu-crypto/packer-github-actions@master
with:
command: init

- name: Validate Template
uses: hashicorp/packer-github-actions@master
uses: pintu-crypto/packer-github-actions@master
with:
command: validate
arguments: -syntax-only
target: aws-ubuntu.pkr.hcl

- name: Build Artifact
uses: hashicorp/packer-github-actions@master
uses: pintu-crypto/packer-github-actions@master
with:
command: build
arguments: "-color=false -on-error=abort"
Expand Down
2 changes: 2 additions & 0 deletions ansible/ansible.cfg
@@ -0,0 +1,2 @@
[defaults]
remote_tmp = /tmp/.ansible-${USER}/tmp

0 comments on commit ecc1deb

Please sign in to comment.