Skip to content
Snippets Groups Projects
Commit 1424ec35 authored by Florent Thiery's avatar Florent Thiery
Browse files

stop overriding mediaimport service conf

parent 06fe865d
No related branches found
No related tags found
No related merge requests found
......@@ -122,20 +122,6 @@
src: files/mediaimport
dest: /etc/cron.d/mediaimport
- name: create service override directory
file:
path: /etc/systemd/system/mediaimport.service.d
state: directory
- name: create service override file
notify: reload systemd
copy:
dest: /etc/systemd/system/mediaimport.service.d/override.conf
content: |
[Service]
User=root
Group=root
- name: configure mediaimport
when:
- mediaimport_ms_api_key | d(false)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment