Add force: true to ringtail git task
nixos-rebuild can dirty the tree (e.g. flake.lock updates), which blocks the Ansible git module. Force ensures we always reset to the upstream state. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
7bf46f4e28
commit
b76f2314c2
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
repo: "https://forge.ops.eblu.me/eblume/blumeops.git"
|
||||
dest: /etc/blumeops
|
||||
version: main
|
||||
force: true
|
||||
register: _repo
|
||||
|
||||
- name: Rebuild NixOS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue