8 lines
170 B
YAML
8 lines
170 B
YAML
|
---
|
||
|
- name: Ansible debug module in action
|
||
|
hosts: all
|
||
|
tasks:
|
||
|
- name: "Print a simple host variable from the inventory"
|
||
|
debug:
|
||
|
msg: "{{ web_status_id }}"
|