add note to inform awx team on change
This commit is contained in:
parent
f3d5ebb355
commit
b2ac745461
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue