Skip to content

fix: write heat-stack-info.txt from Go module at the configured dir#241

Closed
cloudguruab wants to merge 1 commit into
mainfrom
fix/heat-stack-info-file-path
Closed

fix: write heat-stack-info.txt from Go module at the configured dir#241
cloudguruab wants to merge 1 commit into
mainfrom
fix/heat-stack-info-file-path

Conversation

@cloudguruab
Copy link
Copy Markdown
Contributor

The Ansible copy task used delegate_to: localhost which wrote the file to the controller host rather than where the module runs, causing the reported path to never match the actual file location. Move file writing into create_heat_stack.go via a new output_dir parameter so the file is always created on the same host and at the exact path the user configured.

…t_dir

The Ansible copy task used delegate_to: localhost which wrote the file
to the controller host rather than where the module runs, causing the
reported path to never match the actual file location. Move file writing
into create_heat_stack.go via a new output_dir parameter so the file is
always created on the same host and at the exact path the user configured.

Co-authored-by: Cursor <cursoragent@cursor.com>
@cloudguruab cloudguruab self-assigned this May 13, 2026
@cloudguruab cloudguruab deleted the fix/heat-stack-info-file-path branch May 13, 2026 23:51
@cloudguruab cloudguruab removed their assignment May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant