fix ansible conf
This commit is contained in:
14
playbook.yml
14
playbook.yml
@ -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
|
||||
|
||||
Reference in New Issue
Block a user