mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 12:41:05 +01:00
Solved bug
This commit is contained in:
parent
d9c9b9ddd0
commit
29f42f6bc9
@ -49,7 +49,8 @@
|
|||||||
- name: create vars directory
|
- name: create vars directory
|
||||||
file:
|
file:
|
||||||
path: "{{vars_folder_path}}"
|
path: "{{vars_folder_path}}"
|
||||||
mode: '0700'
|
state: directory
|
||||||
|
recurse: yes
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
become: false
|
become: false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user