From 195098ee7ce8fc8bcfd211637c9036a04c105a7c Mon Sep 17 00:00:00 2001 From: Benjamin Hays Date: Fri, 11 Oct 2024 19:08:14 -0400 Subject: [PATCH] Update Ansible Lint Action --- .gitea/workflows/ansible-lint.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/ansible-lint.yml b/.gitea/workflows/ansible-lint.yml index e4b9d03..2649e3b 100644 --- a/.gitea/workflows/ansible-lint.yml +++ b/.gitea/workflows/ansible-lint.yml @@ -13,8 +13,6 @@ jobs: python3 -m pip install ansible-lint - name: Checkout uses: actions/checkout@v3 - with: - submodules: recursive - name: Ansible-Lint run: | ansible-lint . \ No newline at end of file