Add nodejs and npm to the Ansible role

Otherwise the Emacs formatter for YAML won't work.
This commit is contained in:
Andreas Zweili 2022-04-22 18:17:59 +02:00
parent f650342572
commit 9689977fb8
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
home.packages = with pkgs; [
ansible
ansible-lint
nodejs
nodePackages.npm
nodePackages.prettier
sshpass
];