workaround /tmp/ansible privilegs
This commit is contained in:
parent
8703443268
commit
6ebdf268d2
|
@ -1,3 +1,9 @@
|
||||||
|
- name: Workaround ansible switch between users
|
||||||
|
file:
|
||||||
|
path: "/tmp/ansible/"
|
||||||
|
mode: 0777
|
||||||
|
state: directory
|
||||||
|
|
||||||
- name: DB - Install PostgreSQL
|
- name: DB - Install PostgreSQL
|
||||||
package:
|
package:
|
||||||
state: latest
|
state: latest
|
||||||
|
|
Loading…
Reference in New Issue