feat: replace CIFS configuration with SSHFS setup in Ansible tasks for improved flexibility
Some checks failed
Nix Format Check / check-format (push) Failing after 38s
Some checks failed
Nix Format Check / check-format (push) Failing after 38s
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
state: present
|
||||
become: true
|
||||
|
||||
- name: Include cifs tasks
|
||||
ansible.builtin.include_tasks: cifs.yml
|
||||
- name: Include SSHFS tasks
|
||||
ansible.builtin.include_tasks: sshfs.yml
|
||||
when: ansible_hostname == "mennos-cloud-server"
|
||||
|
||||
- name: Include services tasks
|
||||
|
Reference in New Issue
Block a user