Skip to content
Snippets Groups Projects

Fix/lint

Merged Christophe Ninucci requested to merge fix/lint into main
2 files
+ 7
7
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
4
{ pkgs }:
with pkgs.buildPackages; [
ansible
ansible-lint
[
pkgs.ansible
pkgs.ansible-lint
(pkgs.python3.withPackages (python-pkgs: [
python-pkgs.openstacksdk
python-pkgs.passlib
@@ -11,4 +11,4 @@ with pkgs.buildPackages; [
python-pkgs.pyhcl
python-pkgs.pytest
]))
];
]
Loading