use newer required_one_of syntax; unsure why there's app_name vs appname, so leaving it alone.
This commit is contained in:
parent
4cc8c6b340
commit
c9e02dd7d8
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