From be69583dc074f5111fd947f574c7512c0c955563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Biron?= Date: Tue, 11 Jun 2024 09:48:32 +0200 Subject: [PATCH 1/2] Update ansible deploy command exemple --- content/collections/create.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/collections/create.en.md b/content/collections/create.en.md index d5df336..f903de4 100644 --- a/content/collections/create.en.md +++ b/content/collections/create.en.md @@ -386,4 +386,4 @@ On your local machine: To test deployment from your local machine, your SSH keys must be authorized to connect to the server. - `cd -declarations/deployment` -- `ansible-playbook opentermsarchive.deployment.engine.all` +- `ansible-playbook opentermsarchive.deployment.deploy` From e99b50d9305440c374766176c826b47fd6c7a64e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Biron?= Date: Thu, 13 Jun 2024 10:02:34 +0200 Subject: [PATCH 2/2] Add collection install command to locally example Co-authored-by: Matti Schneider --- content/collections/create.en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/collections/create.en.md b/content/collections/create.en.md index f903de4..adcab12 100644 --- a/content/collections/create.en.md +++ b/content/collections/create.en.md @@ -386,4 +386,5 @@ On your local machine: To test deployment from your local machine, your SSH keys must be authorized to connect to the server. - `cd -declarations/deployment` +- `ansible-galaxy collection install -r requirements.yml` - `ansible-playbook opentermsarchive.deployment.deploy`