Skip to content

Commit

Permalink
Update owner and group in cockpit.yml.j2 task
Browse files Browse the repository at this point in the history
  • Loading branch information
RaneyDazed committed Feb 13, 2024
1 parent 38dac5e commit 331b6ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/cockpit/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
src: cockpit.yml.j2
dest: "{{ cockpit_paths_traefik_location }}"
mode: "664"
owner: "{{ uid }}"
group: "{{ gid }}"
owner: "{{ user.name }}"
group: "{{ user.name }}"
force: true

- name: "Import Systemd Tasks"
Expand Down

0 comments on commit 331b6ca

Please sign in to comment.