mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
use newer required_one_of syntax; unsure why there's app_name vs appname, so leaving it alone.
This commit is contained in:
parent
9e7b59159f
commit
59ce6832a3
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ def main():
|
|||
environment=dict(required=False),
|
||||
validate_certs = dict(default='yes', type='bool'),
|
||||
),
|
||||
required_one_of=[['app_name', 'application_id']],
|
||||
supports_check_mode=True
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue