Skip to content

Commit

Permalink
Merge pull request #366 from cradle8810/galaxy_netplan
Browse files Browse the repository at this point in the history
Update netplan role
  • Loading branch information
cradle8810 authored Nov 6, 2024
2 parents fc649c3 + cf18105 commit aac9d1a
Show file tree
Hide file tree
Showing 3 changed files with 5 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
3 changes: 1 addition & 2 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ roles:
- name: geerlingguy.jenkins
- name: geerlingguy.ntp
- name: mrlesmithjr.netplan
src: https://github.com/mrlesmithjr/ansible-netplan
version: 'f0167f5'
version: 'v0.4.2'

collections:
- name: ansible.posix
Expand Down

0 comments on commit aac9d1a

Please sign in to comment.