Add a gpg role for FreeBSD.

This commit is contained in:
Tom Alexander
2022-10-16 01:01:24 -04:00
parent f159ed886f
commit 59b508b811
5 changed files with 56 additions and 57 deletions

View File

@@ -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