mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Merge branch 'devel' of github.com:ansible/ansible-tower into rbac
This commit is contained in:
4
Makefile
4
Makefile
@@ -273,9 +273,9 @@ version_file:
|
||||
# Do any one-time init tasks.
|
||||
init:
|
||||
@if [ "$(VIRTUAL_ENV)" ]; then \
|
||||
$(PYTHON) manage.py register_instance --primary --hostname=127.0.0.1; \
|
||||
tower-manage register_instance --primary --hostname=127.0.0.1; \
|
||||
else \
|
||||
sudo $(PYTHON) manage.py register_instance --primary --hostname=127.0.0.1; \
|
||||
sudo tower-manage register_instance --primary --hostname=127.0.0.1; \
|
||||
fi
|
||||
|
||||
# Refresh development environment after pulling new code.
|
||||
|
||||
Reference in New Issue
Block a user