mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
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>