Skip to content

Commit

Permalink
(feat) Ansible Galaxy workflow (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmangold authored Sep 28, 2020
1 parent 524c2f6 commit b5a54bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ jobs:
- name: Install Ansible
run: |
pip install ansible

- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_KEY }}

- name: Packer - Build AMI
run: make build
env:
Expand Down

0 comments on commit b5a54bf

Please sign in to comment.