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

Fixed an issue where a tempfile was not created locally #149

Closed Tompage1994 closed 7 months ago

Tompage1994 commented 7 months ago

What does this PR do?

Fixes issue where the ee_builder role running on a remote machine will fail because certain sections were delegated to localhost but others were not. This unifies the section to run only on localhost

How should this be tested?

See issue

Is there a relevant Issue open for this?

resolves #148

Other Relevant info, PRs, etc

N/A

arjanhak commented 7 months ago

I have tested with the HEAD of this git repo, and it is indeed working as expected. Thanks!