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:
Michal Hybner 2022-08-20 14:31:15 +02:00 committed by GitHub
commit 3c2d7eb193
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 55 additions and 2 deletions

View file

@ -0,0 +1,6 @@
# 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
shippable/posix/group1
skip/python2.6 # lookups are controller only, and we no longer support Python 2.6 on the controller