Install the latest pandocwq

This commit is contained in:
Andrea Dell'Amico 2023-04-13 20:21:20 +02:00
parent fe51851309
commit 79dcf949ea
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 12 additions and 8 deletions

View File

@ -1,21 +1,20 @@
galaxy_info:
author: Andrea Dell'Amico
description: Systems Architect
namespace: adellam
role_name: gitea
description: Role that installs gitea, https://gitea.io
company: ISTI-CNR
issue_tracker_url: https://redmine-s2i2s.isti.cnr.it/projects/provisioning
license: EUPL 1.2+
min_ansible_version: 2.8
min_ansible_version: "2.8"
# To view available platforms and versions (or releases), visit:
# https://galaxy.ansible.com/api/v1/platforms/
#
platforms:
- name: Ubuntu
versions:
- bionic
- focal
- jammy
galaxy_tags:
- git
@ -51,4 +50,9 @@ dependencies:
name: python3-environment
version: master
state: latest
- src: git+https://code-repo.d4science.org/InfraScience/ansible-role-pandoc.git
when: gitea_install_viewer_addons
name: pandoc
version: master
state: latest