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

* 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:02:44 +02:00
committed by GitHub
parent 6e172f37af
commit c51b10eb9b
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).