Using a simple playbook to export AAP config with filetree_create works in a sense that all configuration is written to the disk:
https://github.com/myllynen/aap-automation/blob/master/examples/cac/filetree/filetree_create.yml
However, it seems that filetree_read can't read this, for example when trying with:
https://github.com/myllynen/aap-automation/blob/master/examples/cac/filetree/filetree_read.yml
This kind of round-trip compatibility would be helpful especially when creating the initial CaC. Thanks.