9 lines
157 B
YAML
9 lines
157 B
YAML
---
|
|
- hosts: all
|
|
become: true
|
|
tasks:
|
|
- name: Force a fact refresh to have those available in local cache
|
|
setup:
|
|
gather_timeout: 30
|
|
...
|