-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
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
ansible: add jmespath by default #173364
base: master
Are you sure you want to change the base?
ansible: add jmespath by default #173364
Conversation
To be honest, I'm not quite sure what to do about the ansible package. It should probably offer an In my real world daily usage we just install |
I noticed a failed build of
I've added extraPackages, but to ansible-core package. This way user can ansible.override { extraPackages = [ python3Packages.jc ]; }
I don't see a way to install |
|
Thanks. I removed it from here. But it looks for me that update is broken (hash is not changed). |
mkShell {
packages = [ ansible zabbix-api ];
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be great to have this.
9e27946
to
ffe5b13
Compare
Rebased because of conflict |
Description of changes
jmespath
is needed for a popular jinja filterjson_query
. It was included by default in ansible_2_9.We can make it optional, but I think many would like to see it available by default.
Also
community.general
has filters hashids and jc which also require additional dependencies. Should we include them too?Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes