ansible-raspberry-lab/raspberry-lab.yml

8 lines
125 B
YAML
Raw Normal View History

2020-10-01 21:50:32 +00:00
---
- name: "Install Raspberry Lab"
hosts: localhost
connection: local
become_method: sudo
roles:
- role: common