mirror of
https://github.com/roles-ansible/ansible_role_sshd.git
synced 2024-08-16 11:59:49 +02:00
Improved versionscheck
This commit is contained in:
parent
ab5e7425a1
commit
e0bb0bb3a2
3 changed files with 4 additions and 4 deletions
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
|
@ -2,4 +2,4 @@
|
|||
|
||||
# github: [do1jlr]
|
||||
liberapay: L3D
|
||||
custom: https://paypal.me/c3woc
|
||||
custom: ['https://paypal.me/c3woc']
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
- name: Create directory for versionscheck
|
||||
become: true
|
||||
file:
|
||||
path: '/etc/ansible-version'
|
||||
path: '/etc/.ansible-version'
|
||||
state: directory
|
||||
mode: 0755
|
||||
when: submodules_versioncheck|bool
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
playbook_version_number: 2048 # should be over ninethousand
|
||||
playbook_version_path: '/etc/ansible-version/role-sshd_chaos-bodensee_github.com.version'
|
||||
playbook_version_number: 2049 # should be over ninethousand
|
||||
playbook_version_path: '/etc/.ansible-version/role-sshd_chaos-bodensee_github.com.version'
|
||||
|
|
Loading…
Reference in a new issue