8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I don't know whether ansible is not YAML standard compliant, but a valid yaml configuration like:
--- - name: ensure timezone is set in apache2 php.ini lineinfile: dest=/etc/php5/apache2/php.ini regexp='date.timezone =' line='date.timezone = {{ server.timezone }}'
is not accepted as valid. This makes http://insight.sensiolabs.com complains and declaring many critical violations.
I tested this with www.yamllint.com and there are no issues.
The text was updated successfully, but these errors were encountered:
What exceptions do you get?
Sorry, something went wrong.
Don't really know. Insight support told me they use symfony yaml parser component.
This indeed looks like a bug to me. The error message is:
Unable to parse at line 4 (near " regexp='date.timezone ='").
closing as a duplicate of #11109
No branches or pull requests
I don't know whether ansible is not YAML standard compliant, but a valid yaml configuration like:
is not accepted as valid. This makes http://insight.sensiolabs.com complains and declaring many critical violations.
I tested this with www.yamllint.com and there are no issues.
The text was updated successfully, but these errors were encountered: