-
Notifications
You must be signed in to change notification settings - Fork 11
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
Missing var sshd_config_path
for RedHat-8
#29
Closed
FrankGiesecke opened this issue
Jan 20, 2022
· 4 comments
· Fixed by skriptfabrik/ansible-role-sshd#2
Closed
Missing var sshd_config_path
for RedHat-8
#29
FrankGiesecke opened this issue
Jan 20, 2022
· 4 comments
· Fixed by skriptfabrik/ansible-role-sshd#2
Comments
Mind adding a |
@felixb It might be better to create a single Issue for rocky linux support with all necessary information and fix this in a separate pull request. |
created a quick PR in #31 |
So, let us hope that the PRs will be merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the target system relies on RedHat 8, the role throws an error.
The reason for this is, that the file vars/RedHat-8.yml doesn't contain the definition of
sshd_config_path
.The variable is also missing in:
Closes #22
The text was updated successfully, but these errors were encountered: