Skip to content

fix incorrect handling of NEW_RELIC_MYSQL_ROOT_PASSWORD#94

Open
keita-mitsuhashi wants to merge 2 commits into
newrelic:mainfrom
keita-mitsuhashi:fix-newrelic-mysql-password
Open

fix incorrect handling of NEW_RELIC_MYSQL_ROOT_PASSWORD#94
keita-mitsuhashi wants to merge 2 commits into
newrelic:mainfrom
keita-mitsuhashi:fix-newrelic-mysql-password

Conversation

@keita-mitsuhashi
Copy link
Copy Markdown

Issue:
The playbook incorrectly outputs the literal string "item.NEW_RELIC_MYSQL_ROOT_PASSWORD" instead of the actual value of the environment variable.

Fix:
Updated the playbook to ensure proper variable interpolation. Changes include:

  • Correctly wrapping NEW_RELIC_MYSQL_ROOT_PASSWORD in {{ }} in the set_fact task.
  • Ensuring the debug task displays the actual value of mysql_root_password.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Feb 17, 2025

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

1 similar comment
@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@keita-mitsuhashi keita-mitsuhashi force-pushed the fix-newrelic-mysql-password branch from 895ee09 to e8ca1d4 Compare October 19, 2025 23:33
@keita-mitsuhashi keita-mitsuhashi force-pushed the fix-newrelic-mysql-password branch from e8ca1d4 to d2040be Compare October 19, 2025 23:44
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.

2 participants