remove ansible

This commit is contained in:
Andreas Zweili 2022-01-21 08:27:36 +01:00
parent 1b6895154e
commit e23d41c2a6
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
ansible
ansible-lint
];
}