From d877c64feb834fc7318a0b09edfa4f29cd804201 Mon Sep 17 00:00:00 2001 From: Ozzy Date: Fri, 13 Sep 2024 11:38:05 +0100 Subject: [PATCH] Change ansible lint location --- .github/workflows/ansible-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index bd71029..f121b52 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -17,6 +17,6 @@ permissions: jobs: ansible-lint: name: ansible-lint - uses: ansible/ansible-content-actions/.github/workflows/ansible_lint.yaml@main + uses: ansible/ansible_lint.yaml@main with: args: '-p playbooks' \ No newline at end of file