Skip to content

Commit

Permalink
Merge pull request #64 from roles-ansible/1.15.10
Browse files Browse the repository at this point in the history
gitea v1.15.10 is available
  • Loading branch information
DO1JLR authored Jan 16, 2022
2 parents ee9e215 + 7c8e62f commit 068ab9a
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 15 deletions.
9 changes: 0 additions & 9 deletions .ansible-lint

This file was deleted.

6 changes: 2 additions & 4 deletions .github/workflows/ansible-linting-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,5 @@ jobs:
uses: ansible/ansible-lint-action@master
with:
targets: "."
# [required]
# Paths to ansible files (i.e., playbooks, tasks, handlers etc..)
args: ""
# [optional]
override-deps: |
rich>=9.5.1,<11.0.0
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# gitea version
# Use 'latest' to auto-update; upgrading past role version may lead to errors.
gitea_version: '1.15.7'
gitea_version: '1.15.10'
gitea_version_check: true
gitea_gpg_key: '7C9E68152594688862D62AF62D9AE806EC1592E2'
gitea_gpg_server: 'hkps://keys.openpgp.org'
Expand Down
1 change: 1 addition & 0 deletions tasks/customize_footer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@
group: "{{ gitea_group }}"
mode: '0644'
ignore_errors: true
tags: skip_ansible_lint
notify: "Restart gitea"
4 changes: 4 additions & 0 deletions tasks/customize_logo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
owner: "{{ gitea_user }}"
group: "{{ gitea_group }}"
mode: '0644'
tags: skip_ansible_lint
ignore_errors: true

- name: transfer custom logo.png
Expand All @@ -29,6 +30,7 @@
owner: "{{ gitea_user }}"
group: "{{ gitea_group }}"
mode: '0644'
tags: skip_ansible_lint
ignore_errors: true

- name: transfer custom favicon.png
Expand All @@ -39,6 +41,7 @@
owner: "{{ gitea_user }}"
group: "{{ gitea_group }}"
mode: '0644'
tags: skip_ansible_lint
ignore_errors: true

- name: transfer custom apple-touch-icon.png
Expand All @@ -49,4 +52,5 @@
owner: "{{ gitea_user }}"
group: "{{ gitea_group }}"
mode: '0644'
tags: skip_ansible_lint
ignore_errors: true
1 change: 1 addition & 0 deletions tasks/customize_public_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@
directory_mode: true
mode: 'u=rwX,g=rX,o='
ignore_errors: true
tags: skip_ansible_lint
notify: "Restart gitea"
1 change: 1 addition & 0 deletions tasks/fail2ban.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@
ansible.builtin.fail:
msg: "the package fail2ban is not installed. no fail2ban filters deployed."
when: "'fail2ban' not in ansible_facts.packages"
tags: skip_ansible_lint
ignore_errors: true
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ transfer_custom_footer:
- 'files/gitea_footer/extra_links_footer.tmpl'
- 'files/extra_links_footer.tmpl'

playbook_version_number: 32 # should be int
playbook_version_number: 33 # should be int
playbook_version_path: 'do1jlr.gitea.version'

0 comments on commit 068ab9a

Please sign in to comment.