From cf1810558dbd7d0e5cbfe2b39e055f84e735d423 Mon Sep 17 00:00:00 2001 From: Hayato Date: Wed, 6 Nov 2024 22:32:54 +0900 Subject: [PATCH] Update netplan role --- .github/workflows/develop_branch.yml | 4 ++-- .github/workflows/main_branch.yml | 4 ++-- requirements.yml | 3 +-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/develop_branch.yml b/.github/workflows/develop_branch.yml index ae75be6..0521830 100644 --- a/.github/workflows/develop_branch.yml +++ b/.github/workflows/develop_branch.yml @@ -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: | diff --git a/.github/workflows/main_branch.yml b/.github/workflows/main_branch.yml index d866848..6b3b145 100644 --- a/.github/workflows/main_branch.yml +++ b/.github/workflows/main_branch.yml @@ -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: | diff --git a/requirements.yml b/requirements.yml index 5035f32..1f07aec 100644 --- a/requirements.yml +++ b/requirements.yml @@ -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