Skip to content

Commit

Permalink
Remove requirement for Heimdall user
Browse files Browse the repository at this point in the history
  • Loading branch information
davestephens committed Dec 16, 2024
1 parent 9c33b8a commit 4d17250
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions roles/heimdall/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
ansible.builtin.file:
path: "{{ item }}"
state: directory
owner: heimdall
group: heimdall
mode: 0775
with_items:
- "{{ heimdall_data_directory }}"

Expand Down

0 comments on commit 4d17250

Please sign in to comment.