6 lines
138 B
YAML
6 lines
138 B
YAML
---
|
|
- name: Install raspberry pi
|
|
hosts: raspberry_pis
|
|
tasks:
|
|
- name: Example from an Ansible Playbook
|
|
ansible.builtin.ping:
|