redhat-cop / ee_utilities

This ansible collection includes a number of roles and tools which can be useful for managing Ansible Execution Environments.
https://galaxy.ansible.com/infra/ee_utilities
GNU General Public License v3.0
57 stars 34 forks source link

Remove redundant path #153

Closed Spredzy closed 5 months ago

Spredzy commented 6 months ago

What does this PR do?

Currently the definition of the path is redundant. If ee_builder_dir is specified we both chdir into and try that absolute path, which can't work.

The idea here is to chdir into it and looking for local execution_environment.yml

How should this be tested?

Specify ee_builder_dir

Is there a relevant Issue open for this?

N/A

Other Relevant info, PRs, etc

N/A