aboutsummaryrefslogtreecommitdiff
path: root/roles/zfs/tasks/dataset-check-exists.yml
blob: 43de7d4e661e7132265ebbc73f248db364393d93 (plain)
1
2
3
- name: Check if ZFS dataset exists
  community.general.zfs_facts:
    dataset: "{{ zfs_dataset }}"