fix(cc_ansible): pip install_method not working if run_user set#6172
fix(cc_ansible): pip install_method not working if run_user set#6172shaerpour wants to merge 1 commit into
Conversation
7110d9d to
724a2a8
Compare
because not running python commands inside single quotes
724a2a8 to
a3d5201
Compare
|
Thanks for raising this issue! I think we have a deeper issue here though. The string you're modifying is passed to the I'm wondering if it'd be possible to modify the base of |
|
Dear @TheRealFalcon |
|
Hello! Thank you for this proposed change to cloud-init. This pull request is now marked as stale as it has not seen any activity in 14 days. If no activity occurs within the next 7 days, this pull request will automatically close. If you are waiting for code review and you are seeing this message, apologies! Please reply, tagging TheRealFalcon, and he will ensure that someone takes a look soon. (If the pull request is closed and you would like to continue working on it, please do tag TheRealFalcon to reopen it.) |
|
Comment for not closing PR. |
|
Hello! Thank you for this proposed change to cloud-init. This pull request is now marked as stale as it has not seen any activity in 14 days. If no activity occurs within the next 7 days, this pull request will automatically close. If you are waiting for code review and you are seeing this message, apologies! Please reply, tagging TheRealFalcon, and he will ensure that someone takes a look soon. (If the pull request is closed and you would like to continue working on it, please do tag TheRealFalcon to reopen it.) |
because not running python commands inside single quotes
tests/unittests/cloudinit/example.pyshould be tested bytests/unittests/test_example.pytox -e py3tox -e docs.Proposed Commit Message
Additional Context
Test Steps
As mentioned in #6171 running below cloud-init config file will raise an error because bash syntax error because python's commands are parsing as they are not in single quotes.
Merge type
Fixes #6171