File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ galaxy_info:
44 author : do1jlr
55 description : Ansible role to configure and deploy gitea, a painless self-hosted Git service.
66 license : " BSD-3-Clause"
7- min_ansible_version : 2.9.8
7+ min_ansible_version : 2.11
88 github_branch : main
99 platforms :
1010 - name : Debian
Original file line number Diff line number Diff line change 11---
2+ # Copyright (c) 2021 L3D <[email protected] >3+ # this file is released with the MIT license.
4+ # License: https://github.com/roles-ansible/ansible_role_template/blob/main/LICENSE
25- name : Create directory for versionscheck
36 become : true
47 ansible.builtin.file :
3235 when :
3336 - playbook_version.content|default("Mgo=")|b64decode|int - 1 >= playbook_version_number|int and submodules_versioncheck|bool
3437
35- - name : check if '/etc/ansible-version/' is empty
36- ansible.builtin.find :
37- paths : ' /etc/ansible-version/'
38- register : filesFound
39-
4038- name : write new version to remote disk
4139 become : true
4240 ansible.builtin.copy :
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ gitea_variables:
2020 paths :
2121 - ' vars'
2222
23- playbook_version_number : 13 # should be int
23+ playbook_version_number : 14 # should be int
2424playbook_version_path : ' do1jlr.gitea.version'
You can’t perform that action at this time.
0 commit comments