mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
add note to inform awx team on change
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user