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

ansible: fix write-ssh-config modules #3824

Merged
merged 2 commits into from
Jul 14, 2024
Merged

ansible: fix write-ssh-config modules #3824

merged 2 commits into from
Jul 14, 2024

Conversation

targos
Copy link
Member

@targos targos commented Jul 11, 2024

  • Use /usr/bin/python in the shebang to allow ansible_python_interpreter to work.
  • Compare the template section before and after the change to avoid unnecessary
    changes and to have a correct report in the playbook output.

Closes: #3821

- Use `/usr/bin/python` in the shebang to allow `ansible_python_interpreter` to work.
- Compare the template section before and after the change to avoid unnecessary
  changes and to have a correct report in the playbook output.

Closes: nodejs#3821
@targos targos changed the title ansible: fix ssh_config module ansible: fix write-ssh-config modules Jul 11, 2024
@targos targos merged commit 2bdc315 into nodejs:main Jul 14, 2024
1 check passed
@targos targos deleted the ssh-config branch July 14, 2024 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

write-ssh-config playbook seems incompatible with Python venv
2 participants