Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Fatih Acar <[email protected]>
  • Loading branch information
fatih-acar committed Apr 27, 2024
1 parent 5b71afb commit e92c9d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-packer-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
with:
ref: ${{ inputs.ref }}

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"

- name: "Setup environment"
run: |
pipx install poetry
Expand Down
2 changes: 0 additions & 2 deletions packaging/packer/ansible/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
collections:
- name: ansible.posix
- name: community.general
- name: prometheus.prometheus
- name: opsmill.infrahub
roles:
Expand Down

0 comments on commit e92c9d1

Please sign in to comment.