1
0
Fork 0
mirror of https://github.com/ansible-collections/ansible.posix.git synced 2026-02-03 23:51:48 +00:00

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).