Skip to content
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

Fix ansible-lint error on double quote #37

Merged
merged 1 commit into from
Jul 23, 2019

Conversation

sberthier
Copy link
Contributor

On my install, I have this error (which is not in ci)

--> Scenario: 'default'
--> Action: 'lint'
--> Executing Yamllint on files found in ansible-minio/...
Lint completed successfully.
--> Executing Flake8 on files found in ansible-minio/molecule/default/tests/...
    ansible-minio/molecule/default/tests/test_minio_default.py:43:17: Q000 Remove bad quotes
An error occurred during the test sequence action: 'lint'. Cleaning up.

ansible-lint --version
ansible-lint 4.1.0

```
--> Scenario: 'default'
--> Action: 'lint'
--> Executing Yamllint on files found in ansible-minio/...
Lint completed successfully.
--> Executing Flake8 on files found in ansible-minio/molecule/default/tests/...
    ansible-minio/molecule/default/tests/test_minio_default.py:43:17: Q000 Remove bad quotes
An error occurred during the test sequence action: 'lint'. Cleaning up.
```
@atosatto atosatto merged commit 0bceb1d into atosatto:master Jul 23, 2019
@atosatto
Copy link
Owner

Thanks! :)

@sberthier sberthier deleted the fix/ansible-lint branch July 29, 2019 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants