Add become
This commit is contained in:
parent
7df254c979
commit
9f06b9a83a
2 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
- name: Create 2px directory
|
||||
become: true
|
||||
file:
|
||||
path: "{{ dir_2px }}"
|
||||
owner: "{{ owner_2px }}"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
- name: Create tunuifranken directory
|
||||
become: true
|
||||
file:
|
||||
path: "{{ dir_tunuifranken }}"
|
||||
owner: "{{ owner_tunuifranken }}"
|
||||
|
|
Loading…
Reference in a new issue