mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 05:47:38 -02:30
Remove registration of instance from develop makefile target... on new
installations the database isn't available at this point
This commit is contained in:
1
Makefile
1
Makefile
@@ -155,7 +155,6 @@ develop:
|
|||||||
else \
|
else \
|
||||||
sudo pip uninstall -y awx; \
|
sudo pip uninstall -y awx; \
|
||||||
sudo $(PYTHON) setup.py develop; \
|
sudo $(PYTHON) setup.py develop; \
|
||||||
sudo awx-manage register_instance --primary --ip-address=127.0.0.1; \
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Do any one-time init tasks.
|
# Do any one-time init tasks.
|
||||||
|
|||||||
Reference in New Issue
Block a user