You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Current Behavior
The out come is `AllowUsers ['user1', 'user2', 'user3']` which doesn't work on my side.
### Expected Behavior
It would work like `AllowUsers user1 user2 user3`.
### OS / Environment
The target is a fresh installed Debian minimal system. Coming from an Arch system.
### Ansible Version
```Shell
2.18.1
Collection Version
10.2.0
Additional information
...
The text was updated successfully, but these errors were encountered:
Description
I use the the variable
ssh_allow_users
for a debian system:The outcome is
AllowUsers ['user1', 'user2', 'user3']
which doesn't work on my end.It would work like
AllowUsers user1 user2 user3
.Reproduction steps
Add the variable: ssh_allow_users: - "{{ ansible_user }}" - user2 - user3
Collection Version
Additional information
...
The text was updated successfully, but these errors were encountered: