10 lines
139 B
YAML
10 lines
139 B
YAML
---
|
|
- hosts: all
|
|
tasks:
|
|
- name: Test connection
|
|
ansible.builtin.ping:
|
|
|
|
- hosts: all
|
|
roles:
|
|
- system-upgrade
|
|
- docker
|