Skip to content

Commit

Permalink
Revert hack to get Ansible core devel (#13707)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCoding authored and relrod committed Mar 23, 2023
1 parent be7765b commit 6c89367
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions awx/settings/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,7 @@
# This image is distinguished from others by having "managed" set to True and users have limited
# ability to modify it through the API.
# If a registry credential is needed to pull the image, that can be provided to the awx-manage command

# HACK: this is done temporarily for feature development, remove before merge
CONTROL_PLANE_EXECUTION_ENVIRONMENT = 'quay.io/relrod/awx-ee-invlimit:latest'
CONTROL_PLANE_EXECUTION_ENVIRONMENT = 'quay.io/ansible/awx-ee:latest'

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

0 comments on commit 6c89367

Please sign in to comment.