Help debug: display all facts

pull/33/head
Emilien Mantel 2019-04-12 16:33:44 +02:00
parent 165f6f5760
commit 6acfac63d2
1 changed files with 8 additions and 0 deletions

View File

@ -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: