Hola buen dia, tengo problemas al correr actualizacion (./deploy.sh -u --iface=$NETWORK_INTERFACE)
me sale este error:
fatal: [localhost]: FAILED! => {
"ansible_facts": {},
"changed": false,
"failed_modules": {
"setup": {
"ansible_facts": {
"discovered_interpreter_python": "/usr/bin/python"
},
"cmd": "/usr/sbin/lspci -D",
"failed": true,
"invocation": {
"module_args": {
"fact_path": "/etc/ansible/facts.d",
"filter": "*",
"gather_subset": [
"all"
],
"gather_timeout": 10
}
},
"msg": "[Errno 8] Formato de ejecutable incorrecto",
"rc": 8
}
}
}
MSG:
The following modules failed to execute: setup
PLAY RECAP ************************************************************************************************************************************************************
localhost : ok=0 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
que podria ser? me podria alguien ayudar? muchas gracias