Help debug: display all facts
parent
165f6f5760
commit
6acfac63d2
|
@ -1,6 +1,14 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
- hosts: all
|
- hosts: all
|
||||||
|
gather_facts: false
|
||||||
|
pre_tasks:
|
||||||
|
- name: SETUP | Get facts
|
||||||
|
setup:
|
||||||
|
register: s
|
||||||
|
- name: DEBUG | Show facts
|
||||||
|
debug:
|
||||||
|
var: s
|
||||||
tasks:
|
tasks:
|
||||||
- name: APT | Install some packages
|
- name: APT | Install some packages
|
||||||
apt:
|
apt:
|
||||||
|
|
Loading…
Reference in New Issue