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
2 merge requests!165Add missing autofs service start,!117This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.
......@@ -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