fix ansible conf

This commit is contained in:
Johannes Knopp
2026-03-29 10:56:45 +02:00
parent f16af76867
commit 7ac7ced990
4 changed files with 43 additions and 11 deletions

View File

@ -8,13 +8,13 @@
# roles:
# - zsh
pre_tasks:
- name: Create btrfs snapshot before changes
shell: |
sudo btrfs subvolume snapshot / /.snapshots/before-dotfiles-$(date +%Y%m%d-%H%M%S)
tags: [snapshot]
become: true
become_method: sudo
# pre_tasks:
# - name: Create btrfs snapshot before changes
# shell: |
# btrfs subvolume snapshot / /.snapshots/before-dotfiles-$(date +%Y%m%d-%H%M%S)
# tags: [snapshot]
# become: true
# become_method: sudo
tasks:
- name: Install enabled roles