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

* changed in-code condition to required_if

* added changelog fragment
This commit is contained in:
Alexei Znamensky 2021-07-29 17:49:52 +12:00 committed by GitHub
commit cde9564163
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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).