Skip to content

Commit

Permalink
Updated mrlesmithjr.netplan on ansible-galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
cradle8810 committed Nov 6, 2024
1 parent ea159a2 commit 9ef7424
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/develop_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,19 @@ jobs:
credentials:
username: "${{ secrets.GHCR_USERNAME }}"
password: "${{ secrets.GHCR_PASSWORD }}"
volumes:
- ansible-hayaworld-galaxy:/github/home/.ansible
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Prepare environments (ansible-galaxy install role)
run: |
ansible-galaxy role install -r requirements.yml --ignore-errors
ansible-galaxy role install -r requirements.yml --ignore-errors --force
- name: Prepare environments (ansible-galaxy install collection)
run: |
ansible-galaxy collection install -r requirements.yml --ignore-errors
ansible-galaxy collection install -r requirements.yml --ignore-errors --force
- name: Run Ansible-lint
run: |
Expand Down

0 comments on commit 9ef7424

Please sign in to comment.