mirror of
https://github.com/ansible/awx.git
synced 2026-02-03 18:48:12 -03:30
Change the default EE location
This commit is contained in:
committed by
Shane McDonald
parent
9964ba7c9a
commit
b953478225
@@ -28,6 +28,6 @@ mkdir -p /awx_devel/awx/ui/static
|
||||
mkdir -p /awx_devel/awx/ui_next/build/static
|
||||
|
||||
echo "ee, created = ExecutionEnvironment.objects.get_or_create(name='Default EE', \
|
||||
defaults={'image': 'quay.io/awx/ee', \
|
||||
defaults={'image': 'quay.io/ansible/awx-ee', \
|
||||
'managed_by_tower': True}); \
|
||||
print('Already exists' if not created else 'Created')" | awx-manage shell_plus --quiet-load
|
||||
|
||||
Reference in New Issue
Block a user