Currently this collection translates a set of ansible vars into a transient blueprint in TOML format. That has two drawbacks:
- Customers already using Image Builder and building their own TOML blueprints, need to translate it to ansible vars (to then internally go back to the TOML format) and might be discouraging to use the collection. Furthermore, user might be already storing the TOML files and use them in a declarative way.
- The Ansible Collection would need to keep up on supporting new features exposed by OSBUILD from the blueprints, like [[containers]], [[firmware]], etc.
Currently this collection translates a set of ansible vars into a transient blueprint in TOML format. That has two drawbacks: