added absolute path var for nfs_setup
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
changed_when: false
|
||||
|
||||
- name: run_nfs_setup_if_not_mounted
|
||||
ansible.builtin.include_tasks: setup_nfs.yml
|
||||
ansible.builtin.include_tasks: "{{ playbook_dir }}/setup_nfs.yml"
|
||||
vars:
|
||||
nfs_client_path: "{{ media_path }}"
|
||||
when: nfs_check.rc != 0 and nfs_server != ""
|
||||
|
||||
Reference in New Issue
Block a user