mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-31 00:51:23 -07:00
dig: Fix evaluation of boolean parameters (#5129)
* Add lookup_dig tests * Fix boolean evaluation * Add changelog fragment * Apply review changes * Add license
This commit is contained in:
parent
98ea27847f
commit
3c2d7eb193
5 changed files with 55 additions and 2 deletions
7
tests/integration/targets/lookup_dig/meta/main.yml
Normal file
7
tests/integration/targets/lookup_dig/meta/main.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
# Copyright (c) Ansible Project
|
||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
dependencies:
|
||||
- setup_remote_constraints
|
Loading…
Add table
Add a link
Reference in a new issue