6 lines
90 B
YAML
6 lines
90 B
YAML
---
|
|
- name: Testing tasks
|
|
hosts: all
|
|
tasks:
|
|
- debug: var=ansible_all_ipv4_addresses
|