We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A clear and concise description of what the bug is.
Steps to reproduce the behavior:
Run make on ubuntu 24.04
vanillax@vanillax-Standard-PC-Q35-ICH9-2009:~/k3s-argocd-raspberrypi$ make make -C metal make[1]: Entering directory '/home/vanillax/k3s-argocd-raspberrypi/metal' ansible-playbook \ --inventory inventories/prod.yml \ boot.yml /nix/store/q1c2flcykgr4wwg5a6h450hxbk4ch589-bash-5.2-p15/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) ERROR: Ansible could not initialize the preferred locale: unsupported locale setting make[1]: *** [Makefile:12: boot] Error 1 make[1]: Leaving directory '/home/vanillax/k3s-argocd-raspberrypi/metal' make: *** [Makefile:15: metal] Error 2
--
Ive tried 3 VM's each products same issue.
I've ran through all of these SO posts and nothing seems to fix it. https://serverfault.com/questions/54591/how-to-install-change-locale-on-debian
The text was updated successfully, but these errors were encountered:
Hi, are you using the included development shell or the tools container?
Sorry, something went wrong.
I've recently removed the Docker wrapper in 47aefc5, please try again with nix develop to see if the issue still persists
nix develop
Actually looks like it's an issue with Ansible in Nix NixOS/nixpkgs#223151
khuedoan
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
To reproduce
Steps to reproduce the behavior:
Run make on ubuntu 24.04
--
Ive tried 3 VM's each products same issue.
I've ran through all of these SO posts and nothing seems to fix it. https://serverfault.com/questions/54591/how-to-install-change-locale-on-debian
The text was updated successfully, but these errors were encountered: