mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 23:21:22 -07: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),
|
environment=dict(required=False),
|
||||||
validate_certs = dict(default='yes', type='bool'),
|
validate_certs = dict(default='yes', type='bool'),
|
||||||
),
|
),
|
||||||
|
required_one_of=[['app_name', 'application_id']],
|
||||||
supports_check_mode=True
|
supports_check_mode=True
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue