You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.
I am trying to use the jdauphant.ssl-certs role from the ansible-galaxy. I am copying the example from their README (last example at bottom of page) exactly but I receive an syntax error message.
ERROR! Syntax Error while loading YAML.
mapping values are not allowed in this context
The error appears to have been in '/home/blah/example/provisioning/development.yml': line 11, column 34, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- jdauphant.ssl-certs
ssl_certs_generate_dh_param: true
^ here
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.
The text was updated successfully, but these errors were encountered:
Firstly, thank you for creating and maintaining all the ansible roles that you do! You are doing a great job.
I have posted the error over on stackoverflow: https://stackoverflow.com/questions/50305706/ansible-syntax-error-yaml-ansible-galaxy-role
I am trying to use the jdauphant.ssl-certs role from the ansible-galaxy. I am copying the example from their README (last example at bottom of page) exactly but I receive an syntax error message.
This is my playbook.yml file:
Here is the error message I receive:
The text was updated successfully, but these errors were encountered: