mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 10:43:14 +00:00
use newer required_one_of syntax; unsure why there's app_name vs appname, so leaving it alone.
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user