--- - name: Ensure NFS utilities are installed. apt: "name={{ item }} state=installed" with_items: - nfs-common - nfs-kernel-server