testing #1

Merged
ejparker merged 4 commits from testing into prod 2024-12-25 03:34:33 -06:00
Showing only changes of commit 806a3f6f01 - Show all commits

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