separating out nfs_setup - conflict with hosts and vars_prompt when used with include_task
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
changed_when: false
|
||||
|
||||
- name: run_nfs_setup_if_not_mounted
|
||||
ansible.builtin.include_tasks: "{{ playbook_dir }}/nfs_setup.yml"
|
||||
ansible.builtin.include_tasks: "{{ playbook_dir }}/coretasks/nfs_setup.yml"
|
||||
vars:
|
||||
nfs_client_path: "{{ media_path }}"
|
||||
when: nfs_check.rc != 0 and nfs_server != ""
|
||||
|
||||
Reference in New Issue
Block a user