evolinux-users: rename included files

This commit is contained in:
Jérémy Lecour 2018-03-01 11:59:36 +01:00 committed by Jérémy Lecour
parent b01d9178d0
commit 4fc58e4b1e
3 changed files with 2 additions and 2 deletions

View File

@ -33,9 +33,9 @@
register: grep_allowgroups_ssh
# If AllowGroups is present or Debian 9+, use AllowGroups mode
- include: ssh_groups.yml
- include: ssh_allowgroups.yml
when: grep_allowgroups_ssh.rc == 0 or ansible_distribution_major_version | version_compare('9', '>=')
# If AllowGroups is absent, use AllowUsers mode
- include: ssh_users.yml
- include: ssh_allowusers.yml
when: grep_allowgroups_ssh.rc != 0