Removing debugging; probably a sync/timing issue -- gather_facts for nfs_export
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user