Install the latest pandocwq
This commit is contained in:
parent
fe51851309
commit
79dcf949ea
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue