aboutsummaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-rw-r--r--roles/_workstation/smartcard/tasks/main.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/roles/_workstation/smartcard/tasks/main.yml b/roles/_workstation/smartcard/tasks/main.yml
index 4037b5c..7e85436 100644
--- a/roles/_workstation/smartcard/tasks/main.yml
+++ b/roles/_workstation/smartcard/tasks/main.yml
@@ -9,8 +9,8 @@
name: "{{ smartcard_packages }}"
state: present
-# - name: start and enable pcscd service
-# ansible.builtin.service:
-# name: pcscd
-# state: started
-# enabled: true
+- name: start and enable pcscd service
+ ansible.builtin.service:
+ name: pcscd
+ state: started
+ enabled: true
remember that computers suck.