From 2e612242cb58c072425953d0b18a64cf85a6ad4f Mon Sep 17 00:00:00 2001 From: nazunalika Date: Thu, 1 Apr 2021 14:14:00 -0700 Subject: [PATCH] adding additional requirements --- ansible/roles/requirements.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ansible/roles/requirements.yml b/ansible/roles/requirements.yml index e897e0d..3cad738 100644 --- a/ansible/roles/requirements.yml +++ b/ansible/roles/requirements.yml @@ -30,6 +30,10 @@ roles: - name: rockylinux.matterbridge src: https://github.com/NeilHanlon/ansible-role-matterbridge version: master + - name: rockylinux.wikijs + src: https://git.rockylinux.org/infrastructure/public/ansible/ansible-role-wikijs.git + scm: git + version: develop collections: # freeipa @@ -43,6 +47,8 @@ collections: - name: netbox.netbox - name: community.aws - name: containers.podman + - name: nginxinc.nginx_core + version: 0.3.0 # - name: rockylinux.taiga # source: https://github.com/rocky-linux/taiga-ansible.git # type: git