mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Remove invocation of Ansible from launch script This was missed in the initial EE PR. Ansible is no longer installed inside of the web & task containers, causing this to show up in the container logs: /usr/bin/launch_awx.sh: line 18: ansible: command not found /usr/bin/launch_awx.sh: line 19: ansible: command not found Reviewed-by: Ryan Petrello <None>