Skip to content

Commit

Permalink
roles/automount: start automount units too
Browse files Browse the repository at this point in the history
Signed-off-by: John Helmert III <[email protected]>
  • Loading branch information
ajakk committed Aug 2, 2023
1 parent 43f225d commit f06d538
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/automount/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
when: host_netmounts
ansible.builtin.service:
name: "{{ item.where | replace('/', '-') | regex_replace('^-', '') }}.automount"
state: started
enabled: true
with_items: "{{ host_netmounts }}"

0 comments on commit f06d538

Please sign in to comment.