diff --git a/.github/workflows/ansible-linting-check.yml b/.github/workflows/ansible-linting-check.yml index 2c73469..5ed3e8a 100644 --- a/.github/workflows/ansible-linting-check.yml +++ b/.github/workflows/ansible-linting-check.yml @@ -24,4 +24,4 @@ jobs: - name: 'Lint Ansible Playbook' uses: ansible/ansible-lint-action@v6 with: - targets: "." + path: "." diff --git a/galaxy.yml b/galaxy.yml index 4468cc7..b5e92a4 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -48,7 +48,7 @@ tags: # L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version # range specifiers can be set and are separated by ',' dependencies: - "community.general": ">=6.5.0" + "community.general": ">=6.5.0" # The URL of the originating SCM repository repository: https://github.com/roles-ansible/ansible_collection_git.git