deploy_helper - changed in-code condition to required_if (#3104) (#3107)

* changed in-code condition to required_if

* added changelog fragment

(cherry picked from commit cde9564163)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2021-07-29 08:04:13 +02:00
committed by GitHub
parent a1682efa38
commit 0e17d74b15
2 changed files with 13 additions and 12 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- deploy_helper - improved parameter checking by using standard Ansible construct (https://github.com/ansible-collections/community.general/pull/3104).