Skip to content

Commit

Permalink
chore(book): add a note about resolving docker_compose_v2 error in …
Browse files Browse the repository at this point in the history
…ansible
  • Loading branch information
ogenev committed Oct 1, 2024
1 parent 75f2c20 commit 1ea442d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions book/src/developers/contributing/releases/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ This step directs Ansible to use the current master version of trin. Read [about
- Run Glados deployment: updates glados + portal client (currently configured as trin, but this could change)
- `cd ../../glados/ansible`
- `ansible-playbook playbook.yml --tags glados`
- if you experience "couldn't resolve module/action 'community.docker.docker_compose_v2'" error, you might need to re-install the community.docker collection:
- `ansible-galaxy collection install community.docker --force`
- Wait for completion
- Launch a fresh trin node, check it against the bootnodes
- ssh into random nodes, one of each kind, to check the logs:
Expand Down

0 comments on commit 1ea442d

Please sign in to comment.