Solved bug

This commit is contained in:
Kevin Veen-Birkenbach 2023-12-21 20:29:44 +01:00
parent ab7be15c63
commit 4ae523f4f8

View File

@ -49,7 +49,8 @@
- name: create vars directory
file:
path: "{{vars_folder_path}}"
mode: '0700'
state: directory
recurse: yes
delegate_to: localhost
become: false