Add become

This commit is contained in:
flyingscorpio@clevo 2022-03-12 16:55:03 +01:00
parent 7df254c979
commit 9f06b9a83a
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
---
- name: Create 2px directory
become: true
file:
path: "{{ dir_2px }}"
owner: "{{ owner_2px }}"

View file

@ -1,5 +1,6 @@
---
- name: Create tunuifranken directory
become: true
file:
path: "{{ dir_tunuifranken }}"
owner: "{{ owner_tunuifranken }}"