Merge pull request #16 from chouseknecht/master

Update to latest k8s_common
This commit is contained in:
Fabian von Feilitzsch
2017-10-15 15:39:59 -04:00
committed by GitHub

View File

@@ -226,7 +226,7 @@ class KubernetesAnsibleModule(AnsibleModule):
self.exit_json(**return_attributes)
else:
self.helper.log('Existing:')
self.helper.log(json.dumps(existing.to_dict(), 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