From 71aaaac5f89546b373ef1ff632596ed3dcae0c13 Mon Sep 17 00:00:00 2001 From: Hinrikus Wolf <hinrikus@fsmpi.rwth-aachen.de> Date: Sun, 1 Jul 2018 12:51:24 +0200 Subject: [PATCH] remove tempdir from main.yml, because its already in app.yml --- uwsgi-python/tasks/main.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/uwsgi-python/tasks/main.yml b/uwsgi-python/tasks/main.yml index 2f1a91c..8ede21a 100644 --- a/uwsgi-python/tasks/main.yml +++ b/uwsgi-python/tasks/main.yml @@ -10,19 +10,6 @@ - uwsgi - 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 copy: src: uwsgi@.service -- GitLab