From b2ac74546121f6e3d6bffa7689f49d53698f511d Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 11 Oct 2018 12:45:37 -0400 Subject: [PATCH] add note to inform awx team on change --- lib/ansible/parsing/ajson.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ansible/parsing/ajson.py b/lib/ansible/parsing/ajson.py index 1516f8945f9..03a9af396aa 100644 --- a/lib/ansible/parsing/ajson.py +++ b/lib/ansible/parsing/ajson.py @@ -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