-
Notifications
You must be signed in to change notification settings - Fork 3
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
Bad Jinja2 (YAML syntax error at runtime) in certificate generation #153
Comments
An example:
gives an error about incorrect bracket or quote usage, pointing at the I thought it was the Jinja2
which is so much better because I can get rid of the |
I found that the previous logic was flawed anyway. I was testing three conditions:
I've changed the first test to use
|
There are two |
During ICIC deployment, the playbook fails at the certificate generation task. The task is using
include_tasks
to pull in the common certificate generation module. When I updated this to support all certificate generation types (by addingwhen
statements to theopenssl_pkcs12
tasks to pick the right one depending on the certificate being created) I used the wrong syntax.The text was updated successfully, but these errors were encountered: