From 527ee71efeb0632c0dea791f769f8c08505aba0c Mon Sep 17 00:00:00 2001 From: L3D Date: Thu, 5 Oct 2023 22:50:28 +0200 Subject: [PATCH 1/3] Updating linting action --- .github/license.svg | 217 -------------------- .github/workflows/ansible-linting-check.yml | 9 +- 2 files changed, 4 insertions(+), 222 deletions(-) delete mode 100644 .github/license.svg diff --git a/.github/license.svg b/.github/license.svg deleted file mode 100644 index 4ab6d9a..0000000 --- a/.github/license.svg +++ /dev/null @@ -1,217 +0,0 @@ - - - - - - image/svg+xml - - - - - - 3D <l3d@c3woc.de> - - - - - MIT License - - - - - - - - - - - - - - - - - - - - - - - - - - - MIT - MIT - - - license - license - - diff --git a/.github/workflows/ansible-linting-check.yml b/.github/workflows/ansible-linting-check.yml index 5c55ca6..7d3a3cb 100644 --- a/.github/workflows/ansible-linting-check.yml +++ b/.github/workflows/ansible-linting-check.yml @@ -11,13 +11,12 @@ jobs: steps: - name: 'checkout git repo' - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.0 with: lfs: true - submodules: false fetch-depth: 0 - - name: 'Lint Ansible Playbook' - uses: ansible/ansible-lint-action@v6 + - name: Run ansible-lint + uses: ansible-actions/ansible-lint-action@v0.0.2 with: - path: "." + target: "./" From 0968d0ae14af041a3662bf39f4e39e1bbb3c9f40 Mon Sep 17 00:00:00 2001 From: L3D Date: Thu, 5 Oct 2023 22:52:17 +0200 Subject: [PATCH 2/3] Update README.md Signed-off-by: L3D --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5b2031..96dbf95 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Ansible Galaxy](https://ansible.l3d.space/svg/l3d.packages.svg)](https://galaxy.ansible.com/l3d/packages) +[![Ansible Galaxy](https://ansible.l3d.space/svg/l3d.packages.svg)]([https://galaxy.ansible.com/l3d/packages](https://galaxy.ansible.com/ui/standalone/roles/l3d/packages/) [![BSD-3 Clause](https://ansible.l3d.space/svg/l3d.packages_license.svg)](LICENSE) [![Maintainance](https://ansible.l3d.space/svg/l3d.packages_maintainance.svg)](https://ansible.l3d.space/#l3d.packages) From 8af435cddd60e919f9e837ec15534b5cf4995503 Mon Sep 17 00:00:00 2001 From: L3D Date: Thu, 5 Oct 2023 22:53:45 +0200 Subject: [PATCH 3/3] Update README.md Signed-off-by: L3D --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96dbf95..3e4c605 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Ansible Galaxy](https://ansible.l3d.space/svg/l3d.packages.svg)]([https://galaxy.ansible.com/l3d/packages](https://galaxy.ansible.com/ui/standalone/roles/l3d/packages/) +[![Ansible Galaxy](https://ansible.l3d.space/svg/l3d.packages.svg)](https://galaxy.ansible.com/ui/standalone/roles/l3d/packages/) [![BSD-3 Clause](https://ansible.l3d.space/svg/l3d.packages_license.svg)](LICENSE) [![Maintainance](https://ansible.l3d.space/svg/l3d.packages_maintainance.svg)](https://ansible.l3d.space/#l3d.packages)