This commit is contained in:
Beth Parker 2024-10-07 22:06:55 -05:00
parent 947131120f
commit 806a3f6f01

View file

@ -31,6 +31,7 @@
src: "/mnt/autofs/nfs/{{ item.name }}" src: "/mnt/autofs/nfs/{{ item.name }}"
dest: "{{ item.local }}" dest: "{{ item.local }}"
state: link state: link
force: true
loop: "{{ item }}" loop: "{{ item }}"
- name: ensure rpcbind is running - name: ensure rpcbind is running