add note to inform awx team on change

pull/46830/head
Brian Coca 6 years ago
parent f3d5ebb355
commit b2ac745461

@ -48,6 +48,8 @@ class AnsibleJSONEncoder(json.JSONEncoder):
'''
Simple encoder class to deal with JSON encoding of Ansible internal types
'''
# NOTE: ALWAYS inform AWS/Tower when new items get added as they consume them downstream via a callback
def default(self, o):
if isinstance(o, AnsibleVaultEncryptedUnicode):
# vault object

Loading…
Cancel
Save