Skip to content
Snippets Groups Projects
Commit b20c82ee authored by jurgenhaas's avatar jurgenhaas
Browse files

Prepare support for multiple plugins

parent 1d77cfcb
No related branches found
No related tags found
No related merge requests found
......@@ -121,14 +121,16 @@
dest: /tmp/{{ item }}
with_items:
- alerta_gitlab.py
- setup.py
- setup_alerta_gitlab.py
tags:
- plugin
- name: Install Gitlab plugin
command: python3 setup.py install
command: python3 setup_{{ item }}.py install
args:
chdir: /tmp
with_items:
- alerta_gitlab
tags:
- plugin
......
File moved
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