AWX and ansible galaxy dep

Hello all,

I just discovered awx what a real happiness.
I am trying to put together each of my already created playbooks

I have a problem with one of my playbooks, the one that uses

`

roles:

  • { role: ansistrano.deploy }

`

but when i w

Hello all,

I just discovered awx what a real happiness.
I am trying to put together each of my already created playbooks

I have a problem with one of my playbooks, the one that uses

`
roles:

  • { role: ansistrano.deploy }
    `

but when i want to play my job in awx he said to me :

`

Identity added: /tmp/awx_49_xwii1b7x/artifacts/49/ssh_key_data (/tmp/awx_49_xwii1b7x/artifacts/49/ssh_key_data)
ERROR! the role ‘ansistrano.deploy’ was not found in /tmp/awx_49_xwii1b7x/project/roles:/tmp/awx_49_xwii1b7x/requirements_roles:/tmp/awx_49_xwii1b7x/project
The error appears to be in ‘/tmp/awx_49_xwii1b7x/project/deploy.yml’: line 12, column 7, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
roles:

  • { role: ansistrano.deploy, remote_src: yes }
    ^ here

`

but i have put a requirements.yml :

`