Fix authorized_key FQCN and add ansible.posix to CI collections
Ansible Lint / lint (push) Successful in 12s
Ansible Lint / lint (push) Successful in 12s
ansible.posix.authorized_key replaces the bare module name removed in ansible-core 2.x. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
||||
- name: Install ansible-lint and collections
|
||||
run: |
|
||||
python3 -m pip install ansible-lint --break-system-packages --quiet
|
||||
~/.local/bin/ansible-galaxy collection install community.general community.postgresql
|
||||
~/.local/bin/ansible-galaxy collection install community.general community.postgresql ansible.posix
|
||||
|
||||
- name: Run ansible-lint
|
||||
working-directory: ansible
|
||||
|
||||
Reference in New Issue
Block a user