summaryrefslogtreecommitdiff
path: root/roles/core/users/tasks/Debian.yml
blob: a4827df967d16251b393877b172044cdc8174b5f (plain) (blame)
1
2
3
4
5
6
---
- name: install sudo
  when: (admin_users | length) > 0
  apt:
    name: sudo
    state: present