Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions deploy-edpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading