Ansible_workstation/roles/nut/tasks/debian.yml

7 lines
81 B
YAML

---
- name: Debian - Install nut
apt:
name:
- nut
state: present