Add a gpg role for FreeBSD.
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
- ccid
|
||||
# - linux_libusb
|
||||
- pinentry
|
||||
- pinentry-qt5 state: present
|
||||
- pinentry-qt5
|
||||
state: present
|
||||
|
||||
- name: Create directories
|
||||
file:
|
||||
@@ -20,7 +21,7 @@
|
||||
|
||||
- name: Install service configuration
|
||||
copy:
|
||||
src: "files/intel_{{ item }}_rc.conf"
|
||||
src: "files/{{ item }}_rc.conf"
|
||||
dest: "/etc/rc.conf.d/{{ item }}"
|
||||
mode: 0644
|
||||
owner: root
|
||||
@@ -35,7 +36,17 @@
|
||||
mode: 0644
|
||||
owner: root
|
||||
group: wheel
|
||||
notify: restart devd
|
||||
loop:
|
||||
- src: pcscd.conf
|
||||
dest: /usr/local/etc/devd/pcscd.conf
|
||||
|
||||
- name: Install devd Configuration
|
||||
copy:
|
||||
src: "files/{{ item.src }}"
|
||||
dest: "{{ item.dest }}"
|
||||
mode: 0644
|
||||
owner: root
|
||||
group: wheel
|
||||
loop:
|
||||
- src: pcscd.conf
|
||||
dest: /usr/local/etc/devd/pcscd.conf
|
||||
|
||||
Reference in New Issue
Block a user