vm-ansible/fix-sudoers.yaml
2022-04-17 14:36:26 +02:00

7 lines
82 B
YAML

---
- name: "Fix ansible sudo stuff"
hosts: all
roles:
- ansible-sudo
...