mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
allow singular execution_environment for cli this makes "execution_environments" or "execution_environment" work which is helpful Now these both work: awx execution_environments create --name foobar --image quay.io/ansible/awx-ee:latest awx execution_environment create --name foobar1 --image quay.io/ansible/awx-ee:latest Reviewed-by: Bianca Henderson <beeankha@gmail.com> Reviewed-by: Jeff Bradberry <None>