mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-08-29 20:13:13 +00:00
They were hard-wrapped at 80 characters, broke mid-parenthesis, and spent lines restating what the code below them does. Rewrapped at natural boundaries instead, with the narration dropped and only the reasons, gotchas and surprises kept. Section dividers stay - they delineate long plays rather than narrate them. Comments only; no scenario behaviour changes. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SEH3vxYSQ5SV4N5z61eyGT
22 lines
599 B
YAML
22 lines
599 B
YAML
---
|
|
# Shared by every role scenario, so the pins cannot drift apart across roles.
|
|
roles:
|
|
- name: ansible-role-docker
|
|
src: https://github.com/geerlingguy/ansible-role-docker
|
|
scm: git
|
|
version: 8.0.0
|
|
|
|
- name: com.devture.ansible.role.playbook_help
|
|
src: https://github.com/devture/com.devture.ansible.role.playbook_help
|
|
scm: git
|
|
version: main
|
|
|
|
- name: com.devture.ansible.role.systemd_docker_base
|
|
src: https://github.com/devture/com.devture.ansible.role.systemd_docker_base
|
|
scm: git
|
|
version: v1.5.0-0
|
|
|
|
collections:
|
|
- name: community.docker
|
|
version: 5.2.2
|