disable fact gathering

This commit is contained in:
Chris Hammer 2024-03-26 10:12:37 -04:00
parent 3704673941
commit a027e8ed61

View File

@ -2,7 +2,7 @@
- name: Ping check to determine if hosts are reachable
hosts: all
become: false
gather_facts: true
gather_facts: false
tasks: