commit 9d43bd1f92107f178f7efaf28c0f800684e09d2f
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Wed Aug 24 10:44:44 2022 -0500
fix(inventory): Derp, fix indentation of the JSON blob in inventory.yaml
M task-library/tasks/inventory.yaml
commit b90e66fe4c66bda213088ec7535d9a39a1e7a898
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Tue Aug 23 15:02:42 2022 -0500
fix(inventory): Fix inventory validation event fail.
The previous version of this was not safe against single-quotes embedded
in the machine object the event was created against, and the inventory event
was did not indicate that it was actually an inventory-validation-failed event.
Furthermore, the machine object that was being embedded in the event had a high
chance of being stale or blowing past Unix command line length limits.
Strip it out for now -- consumers of the event can refetch the machine object
themselves.
M task-library/tasks/inventory.yaml
End of Note