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