Skip to content
Snippets Groups Projects
Commit 71aaaac5 authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

remove tempdir from main.yml, because its already in app.yml

parent 81acbe6b
No related branches found
No related tags found
1 merge request!3Unify uwsgi python
...@@ -10,19 +10,6 @@ ...@@ -10,19 +10,6 @@
- uwsgi - uwsgi
- webservices - webservices
- name: ensure a temporary directory exists
copy:
src: tmpfiles.conf
dest: /etc/tmpfiles.d/10-uwsgi.conf
owner: root
group: root
mode: 0644
notify:
- create tmpfiles
tags:
- uwsgi
- webservices
- name: ensure we have archlinux's systemd-service file - name: ensure we have archlinux's systemd-service file
copy: copy:
src: uwsgi@.service src: uwsgi@.service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment