Add include_file and include_dir helpers#3406
Add include_file and include_dir helpers#3406danpawlik merged 1 commit intoopenstack-k8s-operators:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/bc0c7702e7a543e08f301540a55455cf ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 41m 10s |
Depends-On: openstack-k8s-operators#3404 Depends-On: openstack-k8s-operators#3406 Co-Authored-By: Daniel Pawlik <dpawlik@redhat.com> Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
3b7e5d8 to
7c86154
Compare
The future group_vars directory, might not contain "clear" variables in the yaml file - instead of each variable has own type like string, integer, bool etc. it would be jinja2 variable, which is not "translated" in Ansible during setting facts. This helper would be useful for parsing group_vars variables, that might be based on jinja2 vars. Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
7c86154 to
7caeb27
Compare
|
it does not like 'raw' format in markdown |
The future group_vars directory, might not contain "clear" variables in the yaml file - instead of each variable has own type like string, integer, bool etc. it would be jinja2 variable, which is not "translated" in Ansible during setting facts.
This helper would be useful for parsing group_vars variables, that might be based on jinja2 vars.