🔧 update coreelec playbook

This commit is contained in:
auricom
2024-01-05 18:05:38 +01:00
parent badda50af3
commit d26743d5d9
4 changed files with 12 additions and 6 deletions

7
ansible/shell.nix Normal file
View File

@@ -0,0 +1,7 @@
{pkgs ? import <nixpkgs> {}}:
with pkgs;
mkShell {
buildInputs = [
ansible
];
}