You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering the following error when using ansible core 2.12.0
FAILED! => {"reason": "couldn't resolve module/action 'authorized_key'. This often indicates a misspelling, missing collection, or incorrect module path.\n\nThe error appears to be in '/github/home/.ansible/roles/weareinteractive.users/tasks/manage_user_home.yml': line 28, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: Adding user's authorized keys\n ^ here\n"}
Did something change where the following block needs to use ansible.posix.authorized_key instead of authorized_key?
I am encountering the following error when using ansible core 2.12.0
FAILED! => {"reason": "couldn't resolve module/action 'authorized_key'. This often indicates a misspelling, missing collection, or incorrect module path.\n\nThe error appears to be in '/github/home/.ansible/roles/weareinteractive.users/tasks/manage_user_home.yml': line 28, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: Adding user's authorized keys\n ^ here\n"}
Did something change where the following block needs to use
ansible.posix.authorized_key
instead ofauthorized_key
?ansible-users/tasks/manage_user_home.yml
Lines 39 to 44 in 754c344
The text was updated successfully, but these errors were encountered: