Fix the owner for the custom freebsd build config.

This commit is contained in:
Tom Alexander 2022-10-15 22:04:13 -04:00
parent cc3dc6799f
commit 3b9e1b73ad
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -45,6 +45,15 @@
loop:
- src: make.conf
dest: /etc/make.conf
- name: Install Configuration
copy:
src: "files/{{ item.src }}"
dest: "{{ item.dest }}"
mode: 0644
owner: root
group: wheel
loop:
- src: CUSTOM
dest: /usr/src/sys/amd64/conf/CUSTOM
@ -53,8 +62,8 @@
src: "templates/{{ item.src }}.j2"
dest: "{{ item.dest }}"
mode: 0644
owner: root
group: wheel
owner: "{{ build_user.name }}"
group: "{{ build_user.group }}"
loop:
- src: src.conf
dest: /etc/src.conf