Polish ringtail NixOS config and add documentation #208
1 changed files with 1 additions and 1 deletions
Fix changed_when check for nixos-rebuild (stderr not stdout)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
commit
a870b2c278
|
|
@ -16,7 +16,7 @@
|
|||
ansible.builtin.command:
|
||||
cmd: nixos-rebuild switch --flake /etc/blumeops/nixos/ringtail#ringtail
|
||||
register: _rebuild
|
||||
changed_when: "'activating the configuration' in _rebuild.stdout"
|
||||
changed_when: "'activating the configuration' in _rebuild.stderr"
|
||||
when: _repo.changed
|
||||
|
||||
- name: Verify tailscale is connected
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue