move awx.main.expect to awx.main.isolated

This commit is contained in:
Ryan Petrello
2019-03-29 12:14:40 -04:00
parent 3007b9c66a
commit 563a0cc2a4
8 changed files with 4 additions and 4 deletions

View File

@@ -218,7 +218,7 @@ init:
if [ "$(AWX_GROUP_QUEUES)" == "tower,thepentagon" ]; then \
$(MANAGEMENT_COMMAND) provision_instance --hostname=isolated; \
$(MANAGEMENT_COMMAND) register_queue --queuename='thepentagon' --hostnames=isolated --controller=tower; \
$(MANAGEMENT_COMMAND) generate_isolated_key > /awx_devel/awx/main/expect/authorized_keys; \
$(MANAGEMENT_COMMAND) generate_isolated_key > /awx_devel/awx/main/isolated/authorized_keys; \
fi;
# Refresh development environment after pulling new code.