Skip to content
Snippets Groups Projects
Commit 68ac825f authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

fix: Add missing autofs service start

parent c6251154
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,8 @@ ...@@ -54,7 +54,8 @@
loop: loop:
- { src: /data/rc/apps, dest: /share/apps } - { src: /data/rc/apps, dest: /share/apps }
- name: Enable autofs service - name: Enable and start autofs service
ansible.builtin.service: ansible.builtin.service:
name: autofs name: autofs
enabled: true enabled: true
state: restarted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment