update module arguments to allow resource_definition to be a string (#40730)

This commit is contained in:
Fabian von Feilitzsch 2018-06-29 10:21:47 -04:00 committed by Adam Miller
commit d75e49693b
4 changed files with 15 additions and 9 deletions

View file

@ -63,7 +63,6 @@ COMMON_ARG_SPEC = {
'default': False,
},
'resource_definition': {
'type': 'dict',
'aliases': ['definition', 'inline']
},
'src': {