fix: configuration paths
This commit is contained in:
parent
f23f85f50b
commit
2ca3066804
1 changed files with 2 additions and 2 deletions
|
|
@ -54,8 +54,8 @@
|
|||
|
||||
- name: Podman Headscale | PATCH | Install Headscale configuration
|
||||
ansible.builtin.template:
|
||||
src: "home/podman/{{ item }}/headscale-config"
|
||||
dest: "/home/{{ podman_headscale_podman_rootless_user }}/{{ item }}/headscale-config"
|
||||
src: "home/podman/headscale-config/{{ item }}"
|
||||
dest: "/home/{{ podman_headscale_podman_rootless_user }}/headscale-config/{{ item }}"
|
||||
mode: "0400"
|
||||
owner: "{{ (_podman_headscale_user_subuid_start | int) + 65533 }}"
|
||||
group: "{{ (_podman_headscale_user_subgid_start | int) + 65533 }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue