From e1e8d6bf34cb304188f079858e727783a90e15ca Mon Sep 17 00:00:00 2001 From: Ana Zobec Date: Tue, 23 May 2023 14:01:36 +0200 Subject: [PATCH 1/2] Update DEVELOPMENT.md with additional preparation step --- DEVELOPMENT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 075fa0f48..fdbeeb84f 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -18,6 +18,7 @@ cd hypercore # Install community.general collection, since we like to have stdout_callback=community.general.yaml in ansible.cfg ansible-galaxy collection install community.general +ansible-galaxy collection install community.general community.crypto # Optional, if you want to run "ansible-test --venv ..." # pip install -r test.requirements -r sanity.requirements ``` From 7e0368c72edbc225347c0394b04f2dc97054e55a Mon Sep 17 00:00:00 2001 From: Ana Zobec Date: Tue, 23 May 2023 14:08:59 +0200 Subject: [PATCH 2/2] Remove duplicate step. --- DEVELOPMENT.md | 1 - 1 file changed, 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index fdbeeb84f..59daa5cc5 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -17,7 +17,6 @@ git clone git@github.com:ScaleComputing/HyperCoreAnsibleCollection.git hypercore cd hypercore # Install community.general collection, since we like to have stdout_callback=community.general.yaml in ansible.cfg -ansible-galaxy collection install community.general ansible-galaxy collection install community.general community.crypto # Optional, if you want to run "ansible-test --venv ..." # pip install -r test.requirements -r sanity.requirements