setup_nfs.yml renamed to nfs_setup
This commit is contained in:
@@ -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 != ""
|
||||||
|
|||||||
Reference in New Issue
Block a user