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

[PR #740/d3e81b79 backport][stable-3] aws_s3: simplify the template check #743

Commits on Mar 28, 2022

  1. aws_s3: simplify the template check (#740)

    aws_s3: simplify the template check
    
    Don't compare strings with \n character. This triggers errors like this:
    fatal: [testhost]: FAILED! => {
        "msg": "The conditional check 'result.contents == \"template:\ntest template\n\"' failed. The error was: Invalid conditional detected: EOL while scanning string literal (<unknown>, line 1)"
    }
    
    Reviewed-by: Alina Buzachis <None>
    (cherry picked from commit d3e81b7)
    goneri authored and patchback[bot] committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    7b641ea View commit details
    Browse the repository at this point in the history