Add python3 to ringtail for Ansible compatibility
NixOS doesn't include Python by default. Ansible needs it on the managed host for module execution. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b08ed98881
commit
4b7491c58f
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@
|
|||
# System packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
python3 # required for Ansible
|
||||
vim
|
||||
htop
|
||||
curl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue