-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
template type: ansible line in file #217
Comments
here is the examples: https://docs.ansible.com/ansible/latest/modules/lineinfile_module.html#examples it meant the template type would accept functional parameters. as of now, template type does not take any extra parameters. |
so it would require some architectural upgrade. |
https://moban.readthedocs.io/en/latest/level-18-user-defined-template-types/README.html Our architecture can cope such a long parameter list but slightly different protocol. |
Further requests, please submit to moban-ansible project. |
flyte/confp#3 (comment)
The important part of this is having the template (a regex) as a literal in the target entry, reducing need for a tiny file containing the template.
A partial implementation could be template type regex, and it operates on the target file, which may originate from a 'copy' action.
The text was updated successfully, but these errors were encountered: