Ansible : erreur "Unable to install package"

This commit is contained in:
jlecour 2021-06-30 17:30:20 +02:00
parent 100ff58639
commit 148f9a9c8d

View file

@ -817,6 +817,9 @@ fatal: [HOSTNAME]: FAILED! => {"changed": false, "failed": true, "msg": "Error:
# apt install python-simplejson
~~~
### Unable to install package
Si l'erreur `Unable to install package: There is no member named 'control'` se produit à l'installation d'un paquet, il suffit en général d'installer le paquet Debian `xz-utils`.
## Astuces