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

Improve testing: install packages on Arch Linux #499

Merged
merged 1 commit into from
Nov 7, 2021

Commits on Nov 7, 2021

  1. Improve installing packages on Arch Linux

    This prevents annoying task errors (even though they are ignored)
    when testing on non-Arch distributions.
    
    Running the "prepare" command, this was always visible:
    > fatal: [instance]: FAILED! => {"changed": false, "msg": "Failed to find required executable \"pacman\" in paths: /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin"}
    
    Signed-off-by: René Scheibe <rene.scheibe@gmail.com>
    darxriggs committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    0609cf7 View commit details
    Browse the repository at this point in the history