From fa702a7a5999e1cdf6fce706116ae5d291156306 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Tue, 11 Nov 2014 15:50:46 -0500 Subject: [PATCH] Remove registration of instance from develop makefile target... on new installations the database isn't available at this point --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index d92982f844..a6f52e834a 100644 --- a/Makefile +++ b/Makefile @@ -155,7 +155,6 @@ develop: else \ sudo pip uninstall -y awx; \ sudo $(PYTHON) setup.py develop; \ - sudo awx-manage register_instance --primary --ip-address=127.0.0.1; \ fi # Do any one-time init tasks.