From 8f062cca53b8b93b5e2200b1820ca2f178e57584 Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 8 Dec 2025 07:31:11 +0100 Subject: [PATCH] =?UTF-8?q?feat=20=E2=9C=A8:=20Update=20requirements.yml?= =?UTF-8?q?=20to=20include=20additional=20Ansible=20collections?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- collections/requirements.yml | 3 ++- roles/requirements.yml | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/collections/requirements.yml b/collections/requirements.yml index f6a0417..7d5bae8 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -5,4 +5,5 @@ collections: - name: community.proxmox - name: community.general - name: community.docker -- name: community.windows \ No newline at end of file +- name: community.windows +- name: joshrnoll.homelab \ No newline at end of file diff --git a/roles/requirements.yml b/roles/requirements.yml index a16f818..99c5898 100644 --- a/roles/requirements.yml +++ b/roles/requirements.yml @@ -10,6 +10,9 @@ src: https://repo.piave7.duckdns.org/Jose/ansible_proxmox_VM.git scm: git +- name: ansible_proxmox_vm + src: https://github.com/joshrnoll/ansible-playbook-homelab/tree/main + scm: git # version: master # or a specific tag/branch like 'v1.0.0' # - name: ansible_samba_domain_member