mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Create default EE as a part of create_preload_data
This commit is contained in:
@@ -26,8 +26,3 @@ make init
|
||||
mkdir -p /awx_devel/awx/public/static
|
||||
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/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