diff --git a/README.md b/README.md index f00708a..e14d3e8 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ This role installs and manages [gitea](https://gitea.io) or [forgejo](https://fo [Source code forgejo](https://codeberg.org/forgejo/forgejo). This role is also Part of the Ansible-Collection [l3d.git](https://galaxy.ansible.com/l3d/git). [![l3d.git](https://ansible.l3d.space/svg/l3d.git_ansible-collection_collection.svg)](https://github.com/roles-ansible/ansible_collection_git.git). +## Mirrors +The role is mirrored to: ++ Github: [github.com/roles-ansible/ansible_role_gitea](https://github.com/roles-ansible/ansible_role_gitea.git) ++ Gitea: [git.l3d.ch/ansible/ansible_role_gitea](https://git.l3d.ch/ansible/ansible_role_gitea.git) +More about it at [ansible.l3d.space](https://ansible.l3d.space/#l3d.gitea) + ## Sample Usage in a playbook The following code has been tested with the latest Debian Stable, it should work on Ubuntu and RedHat as well. diff --git a/tasks/main.yml b/tasks/main.yml index c1862f4..935c0b6 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -31,7 +31,7 @@ file: 'backup.yml' when: gitea_backup_on_upgrade|bool -- name: Create gitea user and role +- name: Create gitea user and group ansible.builtin.include_tasks: file: 'create_user.yml' diff --git a/vars/main.yml b/vars/main.yml index 63b02d2..34d8ea4 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -62,5 +62,5 @@ transfer_custom_footer: - 'files/gitea_footer/extra_links_footer.tmpl' - 'files/extra_links_footer.tmpl' -playbook_version_number: 54 +playbook_version_number: 55 playbook_version_path: 'do1jlr.gitea.version'