Skip to content
Snippets Groups Projects
Commit a160a27a authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Merge branch 'fix-autofs-service-start' into 'feat-hpc-factory'

Add missing autofs service start

See merge request !165
parents c6251154 68ac825f
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