mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 08:17:39 -02:30
Modify dev make target name to clarify intention
these make targets are for starting the different daemons within the kube/docker development environment updating the name to make it better reflect their intention also added comments above the make target to describe what they do note: these comments show up when run `make help`
This commit is contained in:
@@ -59,7 +59,7 @@ stderr_logfile_maxbytes=0
|
||||
|
||||
[program:heartbeet]
|
||||
{% if kube_dev | bool %}
|
||||
command = make heartbeet
|
||||
command = make run-heartbeet
|
||||
directory = /awx_devel
|
||||
{% else %}
|
||||
command = awx-manage run_heartbeet
|
||||
|
||||
Reference in New Issue
Block a user