mono-infrastructure/ansible/playbooks/adhoc-facts-refresh.yml
2020-12-11 00:39:15 -07:00

8 lines
153 B
YAML

---
- hosts: all
become: true
tasks:
- name: Force a fact refresh to have those available in local cache
setup:
gather_timeout: 30