Hi team! I am using ansible to run playbooks in a Fortigate firewall and I am getting a recursive error shows below:
[WARNING]: Unhandled error in Python interpreter discovery for host FW_SALINILLAS: unexpected output from Python interpreter discovery [WARNING]: sftp transfer mechanism failed on [10.60.3.126]. Use ANSIBLE_DEBUG=1 to see detailed information [WARNING]: scp transfer mechanism failed on [10.60.3.126]. Use ANSIBLE_DEBUG=1 to see detailed information [WARNING]: Platform unknown on host FW_SALINILLAS is using the discovered Python interpreter at /usr/bin/python, but future installation of another Python interpreter could change this. See https://docs.ansible.com/ansible/2.9/ reference_appendices/interpreter_discovery.html for more information. fatal: [FW_SALINILLAS]: FAILED! => {"ansible_facts": {"discovered_interpreter_py thon": "/usr/bin/python"}, "changed": false, "module_stderr": "Shared connection to 10.60.3.126 closed.\r\n", "module_stdout": "FW-SALINILLAS-1 # Unknown action 0\r\n\r\nFW-SALINILLAS-1 # ", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 0} Does anybody know why I am getting this error? Thanks in advance -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/0b1c1aa8-7a7a-4a07-96a7-1fd31be5c990n%40googlegroups.com.
