add extras role

This commit is contained in:
uumas
2023-04-19 01:45:05 +03:00
parent 70a4684f51
commit d05e42fe18
36 changed files with 1017 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
- name: Clone git repo for {{ matrix_extra }}
ansible.builtin.git:
repo: "{{ matrix_extra_git_repo }}"
dest: /opt/{{ matrix_extra }}/src
force: true
- name: Install {{ matrix_extra }}
community.general.npm:
path: /opt/{{ matrix_extra }}/src
register: install
notify: Restart matrix target