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:
parent
886f9e766b
commit
97ac9465b4
3 changed files with 3 additions and 2 deletions
|
@ -42,4 +42,5 @@
|
||||||
copy:
|
copy:
|
||||||
content: "{{ playbook_version_number }}"
|
content: "{{ playbook_version_number }}"
|
||||||
dest: "/etc/.ansible-version/{{ playbook_version_path }}"
|
dest: "/etc/.ansible-version/{{ playbook_version_path }}"
|
||||||
|
mode: 0644
|
||||||
when: submodules_versioncheck|bool
|
when: submodules_versioncheck|bool
|
||||||
|
|
|
@ -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'
|
playbook_version_path: 'role-sshd_chaos-bodensee_github.com.version'
|
||||||
|
|
|
@ -9,4 +9,4 @@ sshd__key_types_list:
|
||||||
sshd__xauth:
|
sshd__xauth:
|
||||||
- xorg-xauth
|
- xorg-xauth
|
||||||
|
|
||||||
sshd__package: 'openssh-server'
|
sshd__package: 'openssh'
|
||||||
|
|
Loading…
Reference in a new issue