mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-11 00:11:25 +00:00
8 lines
153 B
YAML
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
|