diff --git a/INSTALLATION.md b/INSTALLATION.md index ec7f17fd..1a58ca9c 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 c739c14d..6acc32cf 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 2b3076ca..9326325b 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