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

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

parent ad2e6bed
No related branches found
No related tags found
1 merge request!3Unify uwsgi python
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
...@@ -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