ansible-raspberry-lab/raspberry-lab.yml

8 lines
125 B
YAML

---
- name: "Install Raspberry Lab"
hosts: localhost
connection: local
become_method: sudo
roles:
- role: common