mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 02:47:35 -02:30
Add action to default rsyslog.conf so supervisor starts correctly the first time
This commit is contained in:
@@ -144,6 +144,13 @@
|
||||
mode: '0700'
|
||||
delegate_to: localhost
|
||||
|
||||
- name: Stage rsyslog.conf
|
||||
copy:
|
||||
src: rsyslog.conf
|
||||
dest: "{{ docker_base_path }}/rsyslog.conf"
|
||||
mode: '0700'
|
||||
delegate_to: localhost
|
||||
|
||||
- name: Stage supervisor.conf
|
||||
copy:
|
||||
src: supervisor.conf
|
||||
|
||||
Reference in New Issue
Block a user