Awx install failes

Hi ,

I’m getting below error , having ansible version2.4.2.0

ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path.

The error appears to have been in ‘/a01/AWX/awx/installer/roles/local_docker/tasks/compose.yml’: line 26, column 3, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

  • name: Start the containers
    ^ here

The error appears to have been in ‘/a01/AWX/awx/installer/roles/local_docker/tasks/compose.yml’: line 26, column 3, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

  • name: Start the containers
    ^ here

exception type: <class ‘ansible.errors.AnsibleParserError’>
exception: no action detected in task. This often indicates a misspelled module name, or incorrect module path.

The error appears to have been in ‘/a01/AWX/awx/installer/roles/local_docker/tasks/compose.yml’: line 26, column 3, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

  • name: Start the containers
    ^ here

Revanth,

AWX requires a more modern version of Ansible to install:

https://github.com/ansible/awx/blame/devel/INSTALL.md#L64