vm-ansible/fix-sudoers.yaml

7 lines
82 B
YAML
Raw Normal View History

2022-04-17 14:36:26 +02:00
---
- name: "Fix ansible sudo stuff"
hosts: all
roles:
- ansible-sudo
...