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

Correct module name

parent fb48e7d9
No related branches found
No related tags found
1 merge request!80Feat autofs
Pipeline #10072 failed with stages
in 12 minutes and 56 seconds
......@@ -26,7 +26,7 @@
- { mount_point: "/home", map_name: "home" }
- name: Set up autofs map files
ansible.posix.lineinfile:
ansible.builtin.lineinfile:
path: "/etc/auto.{{ item.map_name }}"
line: "{{ item.key }} -{{ item.opts }} {{ item.src }}"
loop:
......
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