Set up poudriere to build pkgbase.
This commit is contained in:
@@ -31,12 +31,12 @@
|
||||
# - intel_power
|
||||
# - intel_hw_accel_video
|
||||
|
||||
#- name: Install service configuration
|
||||
# copy:
|
||||
# src: "files/intel_{{ item }}_rc.conf"
|
||||
# dest: "/etc/rc.conf.d/{{ item }}"
|
||||
# mode: 0644
|
||||
# owner: root
|
||||
# group: wheel
|
||||
# loop:
|
||||
# - kld
|
||||
- name: Install service configuration
|
||||
copy:
|
||||
src: "files/amd_{{ item }}_rc.conf"
|
||||
dest: "/etc/rc.conf.d/{{ item }}"
|
||||
mode: 0644
|
||||
owner: root
|
||||
group: wheel
|
||||
loop:
|
||||
- kld
|
||||
|
||||
Reference in New Issue
Block a user