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
[ ] No tests required to be added. (For small changes that will be tested by CI/CD infrastructure).
[ ] Added/Modified automated and PhantomHand CI tests (if a new class is added (Python or C++), the interface of that class must be unit tested).
[ ] Manually tested in simulation (if simulation specific or no hardware required to test the functionality).
[ ] Manually tested on hardware (if hardware specific or related).
Documentation
[ ] No documentation required to be added.
[ ] Added documentation (For any new feature, explain what it does and how to use it. Write the documentation in a relevant space, e.g. Github, Confluence, etc).
[ ] Updated documentation (For changes to pre-existing features mentioned in the documentation).
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