Removing debugging; probably a sync/timing issue -- gather_facts for nfs_export
This commit is contained in:
parent
51e313692d
commit
35531c86d7
@ -24,7 +24,7 @@
|
|||||||
- name: Update NFS exports on reachable servers
|
- name: Update NFS exports on reachable servers
|
||||||
hosts: reachable_hosts
|
hosts: reachable_hosts
|
||||||
become: true
|
become: true
|
||||||
gather_facts: false
|
gather_facts: true
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
- bigboot_vars.yml
|
- bigboot_vars.yml
|
||||||
|
@ -3,18 +3,6 @@
|
|||||||
ansible.builtin.import_role:
|
ansible.builtin.import_role:
|
||||||
name: rhc.rear.rear_vars
|
name: rhc.rear.rear_vars
|
||||||
|
|
||||||
- name: Debug rear_backup_workflow
|
|
||||||
ansible.builtin.debug:
|
|
||||||
var: rear_backup_workflow
|
|
||||||
|
|
||||||
- name: Debug rear_vars_nfs_share
|
|
||||||
ansible.builtin.debug:
|
|
||||||
var: rear_vars_nfs_share
|
|
||||||
|
|
||||||
- name: Debug share
|
|
||||||
ansible.builtin.debug:
|
|
||||||
var: rear_vars_nfs_share[rear_backup_workflow]['share']
|
|
||||||
|
|
||||||
- name: Create list of IP addresses and hostnames
|
- name: Create list of IP addresses and hostnames
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
client_ips: "{{ item['value']['ip_addresses'] | list | flatten }}"
|
client_ips: "{{ item['value']['ip_addresses'] | list | flatten }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user