Skip to content

Commit

Permalink
fixup! github actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusPaz committed Feb 10, 2025
1 parent e1962e7 commit fe6dd98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
branches:
- master

permissions:
contents: read

jobs:
run-playbook-amd64:
runs-on: ubuntu-latest
Expand All @@ -22,6 +25,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.13"
cache: "pip"
- name: Install Python and Ansible
run: |
apt-get update
Expand Down

0 comments on commit fe6dd98

Please sign in to comment.