From c090c429414c80fe35faa2c129f1d4253242192b Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 15 Jun 2019 15:37:31 +0200 Subject: [PATCH] try to workaround pve filesystem limitations --- tasks/auth.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks/auth.yml b/tasks/auth.yml index c8e3121..3279a34 100644 --- a/tasks/auth.yml +++ b/tasks/auth.yml @@ -4,8 +4,6 @@ template: src: etc/pve/domains.cfg.j2 dest: "{{ __pve_base_dir }}/domains.cfg" - owner: root - group: www-data mode: 0640 become: True become_user: root