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
1 merge request!3Change compute reference to login
......@@ -54,7 +54,8 @@
loop:
- { src: /data/rc/apps, dest: /share/apps }
- name: Enable autofs service
- name: Enable and start autofs service
ansible.builtin.service:
name: autofs
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