Update Technical_Decomp_Manifest

Miguel Jacq 2025-12-27 20:58:36 -06:00
parent 8b77af007c
commit db25157d1d

@ -1,5 +1,12 @@
## enroll/manifest.py ## enroll/manifest.py
`manifest.manifest()` is the consumer:
- reads state.json and turns those snapshot + managed file records into Ansible roles
- optionally runs jinjaturtle, producing JinjifyResult per templated file
- uses _IndentDumper to format YAML cleanly
### _IndentDumper (inner class inside _yaml_dump_mapping) ### _IndentDumper (inner class inside _yaml_dump_mapping)
#### Purpose: makes PyYAML output indentation match stricter linters/Ansible expectations. #### Purpose: makes PyYAML output indentation match stricter linters/Ansible expectations.