Skip to content

Commit

Permalink
increase version and migrate tasks to new naming scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Mar 13, 2021
1 parent 49ab162 commit 9bd3507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
ansible.builtin.include_tasks: packages.yml

- name: Collect all users and groups allowed to login via ssh
set_fact:
ansible.builtin.set_fact:
sshd__allowed_users: '{{ sshd__allowed_users + users.keys() | default({}) | sort }}'
sshd__allowed_groups: '{{ sshd__allowed_groups + users.keys() | default({}) | sort }}'

Expand Down
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
playbook_version_number: 4125 # should be int
playbook_version_number: 5000 # should be int
playbook_version_path: 'role-sshd_chaos-bodensee_github.com.version'

sshd__service_var_path:
Expand Down

0 comments on commit 9bd3507

Please sign in to comment.