workaround /tmp/ansible privilegs

This commit is contained in:
Geno 2021-01-13 03:13:31 +01:00
parent 8703443268
commit 6ebdf268d2
1 changed files with 6 additions and 0 deletions

View File

@ -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