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 rc/hpc-factory!165
parents c6251154 68ac825f
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