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

chore: set a bash shebang recognized by ansible-test #148

Merged
merged 1 commit into from
Nov 30, 2023

Commits on Nov 30, 2023

  1. chore: set a bash shebang recognized by ansible-test

    Few years ago, the "#!/bin/bash" shebang for bash scripts stopped to be
    allowed by ansible-test in favour of "#!/usr/bin/env bash" [1].
    
    Hence, switch the fact script to "#!/usr/bin/env bash", which will
    behave in the same way. This makes it possible to drop the ignores for
    this failure.
    
    [1] ansible/ansible#50954
    
    Signed-off-by: Pino Toscano <[email protected]>
    ptoscano committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    fadeee4 View commit details
    Browse the repository at this point in the history