system/play.yaml

18 lines
438 B
YAML

---
- name: Example task
hosts: host
tasks:
- name: Display facts
debug:
msg: "Facts collected: {{ ansible_facts }}"
# - name: Create void btrfs subvol
# hosts: host
# vars:
# - btrfs_target: 441a90a5-3da2-46ce-9e32-987569b746c9
# tasks:
# - name: Create @voidroot subvool under root
# community.general.btrfs_subvolume:
# name: /@voidroot
# filesystem_uuid: {{ btrfs_target }}