aboutsummaryrefslogtreecommitdiffstats
path: root/roles/workstation/tasks/smartcard.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/workstation/tasks/smartcard.yml')
-rw-r--r--roles/workstation/tasks/smartcard.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/workstation/tasks/smartcard.yml b/roles/workstation/tasks/smartcard.yml
new file mode 100644
index 0000000..ed79c92
--- /dev/null
+++ b/roles/workstation/tasks/smartcard.yml
@@ -0,0 +1,5 @@
+- name: start and enable pcscd service
+ service:
+ name: pcscd
+ state: started
+ enabled: true
remember that computers suck.