aboutsummaryrefslogtreecommitdiff
path: root/roles/sssd/tasks/archlinux.yaml
blob: e7ac95ceefc0d441f7ee5ccf4c5d8566d3d787b6 (plain)
1
2
3
4
5
6
7
---
- name: Install packages with pacman
  community.general.pacman:
    name:
      - sssd
      - nss-pam-ldapd
  become: yes