Skip to content

Commit

Permalink
Update to AWX EE 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemcd committed Apr 23, 2021
1 parent 208bde6 commit 0cbfd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/settings/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def IS_TESTING(argv=None):

# This list is used for creating default EEs when running awx-manage create_preload_data.
# Should be ordered from highest to lowest precedence.
DEFAULT_EXECUTION_ENVIRONMENTS = [{'name': 'AWX EE 0.1.1', 'image': 'quay.io/ansible/awx-ee:0.1.1'}]
DEFAULT_EXECUTION_ENVIRONMENTS = [{'name': 'AWX EE 0.2.0', 'image': 'quay.io/ansible/awx-ee:0.2.0'}]

# Note: This setting may be overridden by database settings.
STDOUT_MAX_BYTES_DISPLAY = 1048576
Expand Down

0 comments on commit 0cbfd11

Please sign in to comment.