Torjus Håkestad
16c63aa9aa
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
10 lines
117 B
YAML
10 lines
117 B
YAML
---
|
|
- hosts: all
|
|
tasks:
|
|
- name: Ping hosts
|
|
ansible.builtin.ping:
|
|
|
|
- hosts: all
|
|
roles:
|
|
- testrole
|
|
|