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

Commits on Jul 19, 2019

  1. Fix ansible-lint error on double quote

    ```
    --> 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.
    ```
    sberthier committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    44116a7 View commit details
    Browse the repository at this point in the history