Fixes #462 notice permission denied on authorized_key module

This commit is contained in:
Klaas Demter
2025-05-16 16:39:51 +02:00
parent 9343c6f56f
commit 413ab782a8
4 changed files with 61 additions and 10 deletions

View File

@@ -0,0 +1,3 @@
---
bugfixes:
- ansible.posix.authorized_key - fixes error on permission denied in authorized_key module (https://github.com/ansible-collections/ansible.posix/issues/462).