ansible-machine-setup/roles/sudo/vars/main.yaml

4 lines
87 B
YAML
Raw Normal View History

2021-01-28 13:27:05 +00:00
---
sudo_group: "{{ 'sudo' if ansible_facts['os_family'] == 'Debian' else 'wheel' }}"