Update Technical_Decomp_Manifest
parent
8b77af007c
commit
db25157d1d
1 changed files with 7 additions and 0 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue