ansible-sshd/templates
Rich Megginson 67d2339f03 Ensure values are cast to correct type
https://github.com/willshersystems/ansible-sshd/issues/188
This shouldn't be necessary, but there seems no way to
guarantee using a version of Jinja which doesn't have this
problem.

In addition - it is not good practice to compare values to
`true` or `false` - instead, just ensure the value is a `bool`
type and evaluate in a boolean context.
2022-08-16 08:36:57 +02:00
..
sshd.service.j2 Fixes bad option in systemd service file 2018-09-11 00:21:01 +02:00
sshd.socket.j2 Adds ability to install a systemd service 2018-08-25 23:39:06 +02:00
sshd@.service.j2 Adds ability to install a systemd service 2018-08-25 23:39:06 +02:00
sshd_config.j2 Ensure values are cast to correct type 2022-08-16 08:36:57 +02:00
sshd_config_snippet.j2 Ensure values are cast to correct type 2022-08-16 08:36:57 +02:00
sysconfig.j2 Ensure values are cast to correct type 2022-08-16 08:36:57 +02:00