[PR #10616/8960a57d backport][stable-11] Add binary_file lookup (#10625)

Add binary_file lookup (#10616)

* Add binary_file lookup.

* Remove sentence on deprecation.

(cherry picked from commit 8960a57d53)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2025-08-10 13:51:45 +02:00 committed by GitHub
commit c44fc97d6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 187 additions and 0 deletions

View file

@ -7,6 +7,7 @@ plugins/inventory/lxd.py yamllint:unparsable-with-libyaml
plugins/inventory/nmap.py yamllint:unparsable-with-libyaml
plugins/inventory/scaleway.py yamllint:unparsable-with-libyaml
plugins/inventory/virtualbox.py yamllint:unparsable-with-libyaml
plugins/lookup/binary_file.py validate-modules:invalid-documentation
plugins/lookup/dependent.py validate-modules:unidiomatic-typecheck
plugins/modules/consul_session.py validate-modules:parameter-state-invalid-choice
plugins/modules/homectl.py import-3.11 # Uses deprecated stdlib library 'crypt'