10 lines
159 B
YAML
10 lines
159 B
YAML
---
|
|
- name: "Install Raspberry Lab"
|
|
hosts: localhost
|
|
connection: local
|
|
become_method: sudo
|
|
become: yes
|
|
roles:
|
|
- role: common
|
|
- role: arduino
|