dotfiles/roles/yubikey/pam/tasks/main.yml

13 lines
263 B
YAML
Raw Normal View History

---
- name: Install packages
ansible.builtin.include_tasks: install.yml
tags: install
- name: Set up PAM
ansible.builtin.template:
src: templates/yubikey-sufficient
dest: /etc/pam.d/yubikey-sufficient
mode: 0644
owner: root
group: root