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 9539787 commit 391ad8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/develop_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:

- 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
4 changes: 2 additions & 2 deletions .github/workflows/main_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:

- 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
2 changes: 0 additions & 2 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ roles:
- name: geerlingguy.jenkins
- name: geerlingguy.ntp
- name: mrlesmithjr.netplan
src: https://github.com/mrlesmithjr/ansible-netplan
version: 'f0167f5'

collections:
- name: ansible.posix
Expand Down

0 comments on commit 391ad8f

Please sign in to comment.