Skip to content

Commit

Permalink
Use sshd_<OptionName> in varname for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrosi authored and mattwillsher committed Aug 31, 2023
1 parent 631a90f commit b742a85
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog
=========

[v0.21.0] - 2023-08-31

### New features

- none

### Other changes

- chore: drop support of Fedora 31, EOL 2020-11-24 (#243)
- fix: Support inject_facts_as_vars = false (#244)
- ci: Add markdownlint, test_converting_readme, and build_docs workflows (#247)
- ci: Ignore var-naming[no-role-prefix] ansible-lint rule that fails expectedly (#248)
- fix: Makes runtime dir relative

[v0.20.0] - 2023-06-19
--------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ sshd:
- 0.0.0.0
```
#### sshd_
#### sshd_`<OptionName>`

Simple variables can be used rather than a dict. Simple values override dict
values. e.g.:
Expand Down

0 comments on commit b742a85

Please sign in to comment.