From 391ad8f50611e346d2c62e7d72739aecad53d924 Mon Sep 17 00:00:00 2001 From: Hayato Date: Wed, 6 Nov 2024 22:01:19 +0900 Subject: [PATCH] Updated mrlesmithjr.netplan on ansible-galaxy --- .github/workflows/develop_branch.yml | 4 ++-- .github/workflows/main_branch.yml | 4 ++-- requirements.yml | 2 -- 3 files changed, 4 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..f0f704d 100644 --- a/requirements.yml +++ b/requirements.yml @@ -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