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
parent 549dfaae64
commit cde9564163
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).