1
0
Fork 0
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:
Lilian Roller 2019-10-09 17:29:18 +02:00
parent ab5e7425a1
commit e0bb0bb3a2
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
3 changed files with 4 additions and 4 deletions

2
.github/FUNDING.yml vendored
View file

@ -2,4 +2,4 @@
# github: [do1jlr] # github: [do1jlr]
liberapay: L3D liberapay: L3D
custom: https://paypal.me/c3woc custom: ['https://paypal.me/c3woc']

View file

@ -2,7 +2,7 @@
- name: Create directory for versionscheck - name: Create directory for versionscheck
become: true become: true
file: file:
path: '/etc/ansible-version' path: '/etc/.ansible-version'
state: directory state: directory
mode: 0755 mode: 0755
when: submodules_versioncheck|bool when: submodules_versioncheck|bool

View file

@ -1,3 +1,3 @@
--- ---
playbook_version_number: 2048 # should be over ninethousand playbook_version_number: 2049 # should be over ninethousand
playbook_version_path: '/etc/ansible-version/role-sshd_chaos-bodensee_github.com.version' playbook_version_path: '/etc/.ansible-version/role-sshd_chaos-bodensee_github.com.version'