not able to install awx 9.0.1 on Ubuntu 18.04 LTS using local code compilation.
First did git clone of AWX code
changes done on inventory file according to ur requirement
and tried to install using ansible-playbook -i inventory install.yml, but to the following error:
TASK [local_docker : Stop AWX before upgrading postgres] ***************************************************************************************************************
[DEPRECATION WARNING]: The ‘docker_service’ module has been renamed to ‘docker_compose’… This feature will be removed in version 2.12. Deprecation warnings can be
disabled by setting deprecation_warnings=False in ansible.cfg.
fatal: [localhost]: FAILED! => {“changed”: false, “errors”: , “module_stderr”: “”, “module_stdout”: “”, “msg”: “Error starting project 404 Client Error: Not Found ("pull access denied for awx_web, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied")”}
How to resolve ?
-Thanks