diff --git a/deploy-edpm.yml b/deploy-edpm.yml index 6e9b1e624..83ff3bc7e 100644 --- a/deploy-edpm.yml +++ b/deploy-edpm.yml @@ -95,16 +95,13 @@ - cifmw_architecture_scenario is defined ansible.builtin.meta: end_play - - name: Gather facts for NFS deployment - ansible.builtin.setup: - - name: Run cifmw_nfs role vars: nftables_path: /etc/nftables nftables_conf: /etc/sysconfig/nftables.conf when: - cifmw_edpm_deploy_nfs | default(false) | bool - ansible.builtin.include_role: + ansible.builtin.import_role: name: cifmw_nfs - name: Clear ceph target hosts facts to force refreshing in HCI deployments