15 lines
197 B
YAML
15 lines
197 B
YAML
---
|
|
# run updates on cubox-m
|
|
|
|
- name: update cubox-m
|
|
hosts: cubox-m
|
|
gather_facts: true
|
|
|
|
pre_tasks:
|
|
- name: ping
|
|
ansible.builtin.ping:
|
|
|
|
roles:
|
|
- role: homer
|
|
become: true
|