setup_nfs.yml renamed to nfs_setup

This commit is contained in:
Aritra Dalal
2026-04-20 23:29:09 +01:00
parent 6b0630cecd
commit 908d7233fa

View File

@@ -44,7 +44,7 @@
changed_when: false changed_when: false
- name: run_nfs_setup_if_not_mounted - name: run_nfs_setup_if_not_mounted
ansible.builtin.include_tasks: "{{ playbook_dir }}/setup_nfs.yml" ansible.builtin.include_tasks: "{{ playbook_dir }}/nfs_setup.yml"
vars: vars:
nfs_client_path: "{{ media_path }}" nfs_client_path: "{{ media_path }}"
when: nfs_check.rc != 0 and nfs_server != "" when: nfs_check.rc != 0 and nfs_server != ""