Ansible Playbook can't install nix-bin #601
Answered
by
stevenpaulr
stevenpaulr
asked this question in
FAQ
-
I follow the steps for install, and when I run the command |
Beta Was this translation helpful? Give feedback.
Answered by
stevenpaulr
Feb 24, 2025
Replies: 1 comment 1 reply
-
try adding -vvv to your ansible playbook command and see if you get anymore details Are you running ubuntu 22.04 or 24.04? Have you done an apt update (even an apt upgrade?) Try these commands too: apt search nix-bin apt search "^nix$" see what the package is called on your distro |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I selected the wrong ISO when I installed, and was running 20.04.
Reinstalled 22.04, did apt-get update && apt-get upgrade
this time I added the -K flag to the ansible command, and it went through.