1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_sshd.git synced 2024-08-16 11:59:49 +02:00

update opnessh server for arch

This commit is contained in:
L3D 2020-09-18 15:43:53 +02:00
parent 886f9e766b
commit 97ac9465b4
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
3 changed files with 3 additions and 2 deletions

View file

@ -42,4 +42,5 @@
copy:
content: "{{ playbook_version_number }}"
dest: "/etc/.ansible-version/{{ playbook_version_path }}"
mode: 0644
when: submodules_versioncheck|bool

View file

@ -1,3 +1,3 @@
---
playbook_version_number: 4096 # should be over ninethousand
playbook_version_number: 4097 # should be over ninethousand
playbook_version_path: 'role-sshd_chaos-bodensee_github.com.version'

View file

@ -9,4 +9,4 @@ sshd__key_types_list:
sshd__xauth:
- xorg-xauth
sshd__package: 'openssh-server'
sshd__package: 'openssh'