--- - name: "[Alpine] Install package: nfs-utils" apk: name: nfs-utils state: present when: - ansible_distribution == "Alpine"