Update k8s_common.py

(cherry picked from commit b058b8e653)
pull/32201/head
Fabian von Feilitzsch 8 years ago committed by Toshio Kuratomi
parent 20173ab441
commit dafc90c146

@ -226,7 +226,7 @@ class KubernetesAnsibleModule(AnsibleModule):
self.exit_json(**return_attributes)
else:
self.helper.log('Existing:')
self.helper.log(existing.to_str(), indent=4)
self.helper.log(existing.to_str())
self.helper.log('\nDifferences:')
self.helper.log(json.dumps(diff, indent=4))
# Differences exist between the existing obj and requested params

Loading…
Cancel
Save