use newer required_one_of syntax; unsure why there's app_name vs appname, so leaving it alone.

pull/18777/head
tedder 9 years ago committed by Matt Clay
parent 9e7b59159f
commit 59ce6832a3

@ -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…
Cancel
Save