add note to inform awx team on change

This commit is contained in:
Brian Coca 2018-10-11 12:45:37 -04:00
parent f3d5ebb355
commit b2ac745461

View file

@ -48,6 +48,8 @@ class AnsibleJSONEncoder(json.JSONEncoder):
''' '''
Simple encoder class to deal with JSON encoding of Ansible internal types 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): def default(self, o):
if isinstance(o, AnsibleVaultEncryptedUnicode): if isinstance(o, AnsibleVaultEncryptedUnicode):
# vault object # vault object