Files
matrix-docker-ansible-deploy/molecule-shared/requirements.yml
T
Slavi PantaleevandClaude Opus 5 c447e1528b Reword the Molecule scenario comments
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
2026-08-27 18:02:53 +03:00

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