ISSUE TYPE
SUMMARY
Having many custom collection that share the same base file (.devcontainer, .gitignore, various lint config files, ....) are hard to update and it is only possibly by manually doing the changes.
It would be helpful if we do something like use
ansible-creator add resource .devcontainer <path to custom collection>
to update the .devcontainer folder according to the template.