mirror of
https://github.com/roles-ansible/ansible_role_sshd.git
synced 2024-08-16 11:59:49 +02:00
update meta information
This commit is contained in:
parent
8f059787f9
commit
f56cbf5ded
3 changed files with 5 additions and 7 deletions
|
@ -4,7 +4,7 @@ galaxy_info:
|
|||
author: do1jlr
|
||||
description: Manage your SSH Server - and deploy a good sshd configuration
|
||||
license: "MIT"
|
||||
min_ansible_version: 2.8
|
||||
min_ansible_version: 2.11
|
||||
github_branch: main
|
||||
platforms:
|
||||
- name: Archlinux
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
---
|
||||
# Copyright (c) 2021 L3D <l3d@c3woc.de>
|
||||
# this file is released with the MIT license.
|
||||
# License: https://github.com/roles-ansible/ansible_role_template/blob/main/LICENSE
|
||||
- name: Create directory for versionscheck
|
||||
become: true
|
||||
ansible.builtin.file:
|
||||
|
@ -32,11 +35,6 @@
|
|||
when:
|
||||
- playbook_version.content|default("Mgo=")|b64decode|int - 1 >= playbook_version_number|int and submodules_versioncheck|bool
|
||||
|
||||
- name: check if '/etc/ansible-version/' is empty
|
||||
ansible.builtin.find:
|
||||
paths: '/etc/ansible-version/'
|
||||
register: filesFound
|
||||
|
||||
- name: write new version to remote disk
|
||||
become: true
|
||||
ansible.builtin.copy:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
playbook_version_number: 5000 # should be int
|
||||
playbook_version_number: 5001 # should be int
|
||||
playbook_version_path: 'role-sshd_chaos-bodensee_github.com.version'
|
||||
|
||||
sshd__service_var_path:
|
||||
|
|
Loading…
Reference in a new issue