From 6d58d43dd36a6d07b45a7e4bc799e6fa415f328e Mon Sep 17 00:00:00 2001 From: Claus Holbech Date: Fri, 18 Feb 2022 08:38:11 +0100 Subject: [PATCH] Fix: Update Installation guides to install community.general collection --- INSTALLATION.md | 1 + Makefile | 1 + README.md | 1 + 3 files changed, 3 insertions(+) diff --git a/INSTALLATION.md b/INSTALLATION.md index ec7f17fdc..1a58ca9c6 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -79,6 +79,7 @@ $ make install # Manual installation $ ansible-galaxy collection install arista.avd:==2.0.0 $ ansible-galaxy collection install arista.cvp:==2.1.2 +$ ansible-galaxy collection install community.general ``` ## Configure DHCP server on CloudVision diff --git a/Makefile b/Makefile index c739c14d0..6acc32cf3 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,7 @@ install-git: ## Install Ansible collections from git install: ## Install Ansible collections ansible-galaxy collection install arista.avd:==${AVD_COLLECTION_VERSION} ansible-galaxy collection install arista.cvp:==${CVP_COLLECTION_VERSION} + ansible-galaxy collection install community.general .PHONY: uninstall uninstall: ## Remove collection from ansible diff --git a/README.md b/README.md index 2b3076caf..9326325bc 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ $ make shell # Install required ansible collections $ ansible-galaxy collection install arista.avd:==2.0.0 $ ansible-galaxy collection install arista.cvp:==2.1.2 +$ ansible-galaxy collection install community.general # Edit Inventory information & Authentication information $ vim inventory/inventory.yml