Removing debugging; probably a sync/timing issue -- gather_facts for nfs_export

This commit is contained in:
2025-03-04 16:44:07 -05:00
parent 51e313692d
commit 35531c86d7
2 changed files with 1 additions and 13 deletions

View File

@ -24,7 +24,7 @@
- name: Update NFS exports on reachable servers
hosts: reachable_hosts
become: true
gather_facts: false
gather_facts: true
vars_files:
- bigboot_vars.yml