We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, when i trying install jitsi on ubuntu 20 i have that error.
`The full traceback is: File "/tmp/ansible_apt_payload_zlp00dcb/ansible_apt_payload.zip/ansible/modules/packaging/os/apt.py", line 431, in package_status File "/usr/lib/python3/dist-packages/apt/cache.py", line 301, in getitem raise KeyError('The cache has no package named %r' % key) fatal: [193.107.XXXX]: FAILED! => { "changed": false, "invocation": { "module_args": { "allow_unauthenticated": false, "autoclean": false, "autoremove": false, "cache_valid_time": 0, "deb": null, "default_release": null, "dpkg_options": "force-confdef,force-confold", "force": false, "force_apt_get": false, "install_recommends": false, "only_upgrade": false, "package": [ "jitsi-meet", "jitsi-meet-prosody", "jitsi-meet-web", "jitsi-meet-web-config", "jitsi-videobridge2" ], "pkg": [ "jitsi-meet", "jitsi-meet-prosody", "jitsi-meet-web", "jitsi-meet-web-config", "jitsi-videobridge2" ], "policy_rc_d": null, "purge": false, "state": "present", "update_cache": null, "upgrade": null } }, "msg": "No package matching 'jitsi-meet' is available" }
PLAY RECAP ********************************************************************************************************************************* 193.107.XXXX : ok=31 changed=9 unreachable=0 failed=1 skipped=23 rescued=0 ignored=0`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, when i trying install jitsi on ubuntu 20 i have that error.
`The full traceback is:
File "/tmp/ansible_apt_payload_zlp00dcb/ansible_apt_payload.zip/ansible/modules/packaging/os/apt.py", line 431, in package_status
File "/usr/lib/python3/dist-packages/apt/cache.py", line 301, in getitem
raise KeyError('The cache has no package named %r' % key)
fatal: [193.107.XXXX]: FAILED! => {
"changed": false,
"invocation": {
"module_args": {
"allow_unauthenticated": false,
"autoclean": false,
"autoremove": false,
"cache_valid_time": 0,
"deb": null,
"default_release": null,
"dpkg_options": "force-confdef,force-confold",
"force": false,
"force_apt_get": false,
"install_recommends": false,
"only_upgrade": false,
"package": [
"jitsi-meet",
"jitsi-meet-prosody",
"jitsi-meet-web",
"jitsi-meet-web-config",
"jitsi-videobridge2"
],
"pkg": [
"jitsi-meet",
"jitsi-meet-prosody",
"jitsi-meet-web",
"jitsi-meet-web-config",
"jitsi-videobridge2"
],
"policy_rc_d": null,
"purge": false,
"state": "present",
"update_cache": null,
"upgrade": null
}
},
"msg": "No package matching 'jitsi-meet' is available"
}
PLAY RECAP *********************************************************************************************************************************
193.107.XXXX : ok=31 changed=9 unreachable=0 failed=1 skipped=23 rescued=0 ignored=0`
The text was updated successfully, but these errors were encountered: