Update route53.py

reviewable/pr18780/r1
xiaclo 10 years ago committed by Toshio Kuratomi
parent 2aa793ec0e
commit 1fb035a346

@ -209,7 +209,7 @@ def main():
command_in = module.params.get('command')
zone_in = module.params.get('zone').lower()
ttl_in = int(module.params.get('ttl'))
ttl_in = module.params.get('ttl')
record_in = module.params.get('record').lower()
type_in = module.params.get('type')
value_in = module.params.get('value')

Loading…
Cancel
Save