--- # tasks file for NFS_mount - name: Copy Repo Directory copy: src: /repo/ dest: /repo/ force: yes - name: Install NFS-Utils shell: "yum install nfs-utils" - name: Delete all local repo shell: 'rm -rf /repo/*'