From 7b3e30f3ffcbe4d43f250421052c7a6d10807040 Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Thu, 25 Nov 2021 15:00:09 +0100 Subject: [PATCH] bugfix: README galaxy-requirements with roles --- README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 7836507..9c7da9d 100644 --- a/README.md +++ b/README.md @@ -21,21 +21,11 @@ ## Without poetry - ansible-galaxy collection install hetzner.hcloud - ansible-galaxy collection install community.general - ansible-galaxy collection install kubernetes.core - ansible-galaxy collection install community.mysql - - OR - - ansible-galaxy collection install -r galaxy-requirements.yml + ansible-galaxy install -r galaxy-requirements.yml ## With poetry - poetry run ansible-galaxy collection install hetzner.hcloud - poetry run ansible-galaxy collection install community.general - poetry run ansible-galaxy collection install kubernetes.core - poetry run ansible-galaxy collection install community.mysql + poetry run ansible-galaxy install hetzner.hcloud # Setup Create/Start servers for stage-dev