INDIAN: Nejprve se nenajdou facts moduly:
[ERROR]: Task failed: The module ansible.builtin was not found in configured module paths fatal: [fallgold.vitexsoftware.brevnov.czf]: FAILED! => {"changed": false, "msg": "Task failed: The module ansible.builtin was not found in configured module paths"}
ačkoliv
(.venv) vitex@krax:~/Projects/VitexSoftware/VSAnsible$ ansible-doc -t module -l | grep ansible.builtin.setup
[WARNING]: Collection at '/home/vitex/Projects/VitexSoftware/VSAnsible/.venv/lib/python3.13/site-packages/ansible/_internal/ansible_collections/ansible/_protomatter' does not have a MANIFEST.json file, nor has it galaxy.yml: cannot detect version.
ansible.builtin.setup
A druhý konkrétní problém:
TASK [community.zabbix.zabbix_repo : Debian | Download gpg key] ****************
12:04:15 AM
FAILED - RETRYING: [fallgold.vitexsoftware.brevnov.czf]: Debian | Download gpg key (3 retries left).
12:04:21 AM
FAILED - RETRYING: [fallgold.vitexsoftware.brevnov.czf]: Debian | Download gpg key (2 retries left).
12:04:27 AM
FAILED - RETRYING: [fallgold.vitexsoftware.brevnov.czf]: Debian | Download gpg key (1 retries left).
12:04:33 AM
fatal: [fallgold.vitexsoftware.brevnov.czf]: FAILED! => {"attempts": 3, "changed": false, "dest": "/etc/apt/keyrings/zabbix-repo.asc", "elapsed": 0, "msg": "An unknown error occurred: HTTPSConnection.__init__() got an unexpected keyword argument 'cert_file'", "url": "https://repo.zabbix.com/zabbix-official-repo.key"}
(na obou strojích obhospodařujícím i obhospodařovaném je debian 13)