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

Fix variable precedence #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

stejoo
Copy link
Contributor

@stejoo stejoo commented Aug 2, 2021

Defining ssh_config in your inventory did not take precedence over the
default defined in vars because of commit 000e104. This commit fixes
that oversight by renaming the defaults to ssh_config_default and
importing the defaults via the defaults/main.yml: ssh_config variable.

@stejoo
Copy link
Contributor Author

stejoo commented Sep 8, 2021

Bump, because I broke this a month ago and this fix allows everybody to use their own configs again 😉

Defining `ssh_config` in your inventory did not take precedence over the
default defined in vars because of commit 000e104. This commit fixes
that oversight by renaming the defaults to `ssh_config_default` and
importing that when called via the `defaults/main.yml: ssh_config`.
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.

1 participant