We have one issue. 3 VyOS system. The same configuration, the same version 1.4.3. After running a playbook, the following error appears on two routers. One works well.
fatal: [XXXXX]: FAILED! => {
"ansible_facts": {},
"changed": false,
"failed_modules": {
"vyos.vyos.vyos_facts": {
"exception": " File \"/tmp/ansible_vyos.vyos.vyos_facts_payload_233xrwlu/ansible_vyos.vyos.vyos_facts_payload.zip/ansible_collections/ansible/netcommon/plugins/module_utils/network/common/network.py\", line 218, in get_capabilities\n capabilities = Connection(module._socket_path).get_capabilities()\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/tmp/ansible_vyos.vyos.vyos_facts_payload_233xrwlu/ansible_vyos.vyos.vyos_facts_payload.zip/ansible/module_utils/connection.py\", line 199, in __rpc__\n raise ConnectionError(to_text(msg, errors='surrogate_then_replace'), code=code)\n",
"failed": true,
"invocation": {
"module_args": {
"available_network_resources": false,
"gather_network_resources": null,
"gather_subset": [
"min"
]
}
},
"msg": "show version\r\n\r\n Invalid command: [show]\r\n\r\nansible_adm@router:~$ "
}
},
"msg": "The following modules failed to execute: vyos.vyos.vyos_facts\n"
}We can not reproduce it in our lab.