shadow-robot / aurora

Next generation tools
GNU General Public License v2.0
9 stars 6 forks source link

Update run-ansible.sh #620

Closed carebare47 closed 1 month ago

carebare47 commented 2 months ago

Proposed changes

Previously, aurora was using a system-installed non-conda ansible if it existed. We're in conda now, so let the os find the various ansible binaries via $PATH (which we know conda has modified by this point in the script)

Checklist

Before posting a PR ensure that from each of the below categories AT LEAST ONE BOX HAS BEEN CHECKED. If more than one category is applicable then more can be checked. Also ensure that the proposed changes have been filled out with relevant information for reviewers.

Tests

Documentation

rnzenha-s commented 1 month ago

This PR has been split into two:

niko-holmes commented 1 month ago

Has been decomposed into https://github.com/shadow-robot/aurora/pull/622 and https://github.com/shadow-robot/aurora/pull/623