You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
281 B

---
- name: Install packages.
become: true
become_user: "{{ user_name }}"
3 years ago
kewlfft.aur.aur:
name:
- yubioath-desktop
- libfido2
- ccid
state: present
- name: Enable smart card service.
systemd:
name: pcscd
enabled: true
state: started