mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Upstream rsyslog packaging changes
- add rsyslog repo to Dockerfile for AWX installation - Update Library Notes for requests-futures removal
This commit is contained in:
@@ -137,6 +137,13 @@
|
||||
mode: '0700'
|
||||
delegate_to: localhost
|
||||
|
||||
- name: Stage rsyslog.repo
|
||||
copy:
|
||||
src: rsyslog.repo
|
||||
dest: "{{ docker_base_path }}/rsyslog.repo"
|
||||
mode: '0700'
|
||||
delegate_to: localhost
|
||||
|
||||
- name: Stage supervisor.conf
|
||||
copy:
|
||||
src: supervisor.conf
|
||||
|
||||
Reference in New Issue
Block a user