Skip to content
Snippets Groups Projects
Commit 339f5523 authored by Adrian Rixon's avatar Adrian Rixon
Browse files

Merge branch 'add-zotero' into 'master'

Add zotero repo and package

See merge request dsa/ansible-dsa!61
parents 570ba7e9 d9d0a7a1
Branches master
Tags 18.04
No related merge requests found
......@@ -64,3 +64,7 @@
[submodule "roles/node"]
path = roles/node
url = https://git.cardiff.ac.uk/dsa/cu-node.git
[submodule "roles/zotero"]
path = roles/zotero
url = https://git.cardiff.ac.uk/dsa/zotero.git
......@@ -18,6 +18,7 @@
- { role: ufw, tags: ['ufw', 'firewall'] }
- { role: repos, tags: ['repos', 'apt'] }
- { role: cu-custom, tags: ['custom'] }
- { role: zotero, tags: ['repos', 'apt', 'zotero'] }
- { role: apt-config, tags: ['apt', 'apt-config'] }
- { role: apt, apt_pkgs: "{{ distro_pkgs }}", apt_update: yes, tags: ['apt', 'software', 'apt-distro'] }
- { role: apt, apt_pkg_files: "{{ remote_pkgs }}", tags: ['apt', 'software', 'apt-remote'] }
......
Subproject commit aa26c26f2d0c9c7af59bfc4ef0e5d2e1f6877c73
......@@ -62,6 +62,7 @@ distro_pkgs:
- network-manager-vpnc-gnome
- libcurl4-openssl-dev
- z3
- zotero
school_pkgs:
- atom
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment