Files
DesktopAnsible/local.yml
2023-06-29 09:28:19 -04:00

10 lines
131 B
YAML

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