From 6ebdf268d22e1c5726f63685cb47445b969e4d09 Mon Sep 17 00:00:00 2001 From: Geno Date: Wed, 13 Jan 2021 03:13:31 +0100 Subject: [PATCH] workaround /tmp/ansible privilegs --- tasks/db.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tasks/db.yml b/tasks/db.yml index ea84d45..041ba9f 100644 --- a/tasks/db.yml +++ b/tasks/db.yml @@ -1,3 +1,9 @@ +- name: Workaround ansible switch between users + file: + path: "/tmp/ansible/" + mode: 0777 + state: directory + - name: DB - Install PostgreSQL package: state: latest