--- - hosts: all remote_user: root tasks: - name: mount NFS command: mount {{ item }} with_items: - /users - /music