mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-26 02:05:05 +00:00
Remove requirement for Heimdall user
This commit is contained in:
parent
9c33b8a938
commit
4d17250d13
1 changed files with 1 additions and 2 deletions
|
@ -5,8 +5,7 @@
|
|||
ansible.builtin.file:
|
||||
path: "{{ item }}"
|
||||
state: directory
|
||||
owner: heimdall
|
||||
group: heimdall
|
||||
mode: 0775
|
||||
with_items:
|
||||
- "{{ heimdall_data_directory }}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue