问题——ansible获取authorized_key模块问题

获取模块的地址: https://github.com/ansible/ansible-modules-extras/blob/576f5813a2ab1b604d1f04e7230be5010e9a60e1/system/authorized_key

报错:

[root@Workstation modules]# ansible-doc authorized_key
ERROR! module authorized_key missing documentation (or could not parse documentation): invalid syntax (<unknown>, line 8)

添加github中的代码后

[root@Workstation modules]# ansible-doc authorized_key
ERROR! module authorized_key missing documentation (or could not parse documentation): invalid syntax (<unknown>, line 136)

都是无法解析文档

解决方法

ansible-galaxy collection install ansible.posix
  • 在 root 用户及普通用户下都执行此命令
posted @ 2022-07-31 22:10  Demon丶安梓  阅读(114)  评论(0编辑  收藏  举报