diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 075fa0f48..59daa5cc5 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -17,7 +17,7 @@ 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 ```