Trying to install the role sysdig.agent.agent_install I always have the next error when the dragent service is beign started in Ubuntu:
dragent.service: Job dragent.service/start failed with result 'dependency'
Entire error trace:
TASK [sysdig.agent.agent_install : Start dragent Service] ******************************************************************************************************************************************************************************
fatal: [X.X.X.X]: FAILED! => {"changed": false, "msg": "Unable to start service dragent: A dependency job for dragent.service failed. See 'journalctl -xe' for details.\n"}
TASK [sysdig.agent.agent_install : Attempting to Start dragent Service with sysvinit] **************************************************************************************************************************************************
fatal: [X.X.X.X]: FAILED! => {"changed": false, "msg": "Could not find the requested service dragent: "}
PLAY RECAP *****************************************************************************************************************************************************************************************************************************
X.X.X.X : ok=13 changed=5 unreachable=0 failed=1 skipped=7 rescued=1 ignored=0
Trying to install the role sysdig.agent.agent_install I always have the next error when the dragent service is beign started in Ubuntu:
dragent.service: Job dragent.service/start failed with result 'dependency'
Entire error trace:
Ubuntu specifications
My project structure to use the ansible recipe is:
main.yaml file
I have tested some variations but I got the same error always. Any help please?