mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 04:47:44 -02:30
Rename supervisor.conf.j2 to be descriptive
supervisor.conf.j2 file is the template for supervisor.conf file for the web container rename to supervisor_web.conf make it more clear that it is use for the web container
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
src: "{{ item }}.j2"
|
||||
dest: "{{ dockerfile_dest }}/{{ template_dest }}/{{ item }}"
|
||||
with_items:
|
||||
- "supervisor.conf"
|
||||
- "supervisor_web.conf"
|
||||
- "supervisor_task.conf"
|
||||
- "supervisor_rsyslog.conf"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user