- name: Create btrbk snapshot directories
block:
- file:
path: /.snapshots
state: directory
owner: root
group: root
mode: 0775
path: /home/.snapshots
become: true