Files
DesktopAnsible/local.yml
2023-07-01 08:48:53 -04:00

10 lines
131 B
YAML

---
- hosts: localhost
connection: local
become: true
roles:
- packages
# - customize
# - ansibleuser