mono-infrastructure/ansible/playbooks/adhoc-facts-refresh.yml

8 lines
153 B
YAML
Raw Normal View History

2020-12-10 07:33:09 +00:00
---
- hosts: all
2020-12-11 07:39:15 +00:00
become: true
2020-12-10 07:33:09 +00:00
tasks:
- name: Force a fact refresh to have those available in local cache
setup:
gather_timeout: 30