nrec-ansible/project/ping.yml
Torjus Håkestad dbd81b1cf6
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add testrole
2022-01-11 10:52:38 +01:00

10 lines
117 B
YAML

---
- hosts: all
tasks:
- name: Ping hosts
ansible.builtin.ping:
- hosts: all
roles:
- testrole