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

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

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

Tompage1994
Copy link
Contributor

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

Copy link
Contributor

@djdanielsson djdanielsson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am interested to see if this will fix #148 or not, I think it is worth a try, worst case we make it a var and default localhost to allow people to override where delegation goes

@djdanielsson djdanielsson merged commit 18fe75f into redhat-cop:devel Apr 2, 2024
8 of 9 checks passed
@arjanhak
Copy link

arjanhak commented Apr 3, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

delegate_to: localhost prevents running on a remote machine
3 participants