2025-11-02 June docker_compose(role): use community.docker.docker_compose_v2 module ... Some checks failed / Ansible Lint (pull_request) Failing after 2m12s Details / Ansible Lint (push) Failing after 1m57s Details Use the community.docker.docker_compose_v2 module as it supports proper changed handling out of the box, making the roles code more straightforward and work. Also just do a docker compose restart instead of having the custom docker compose reload script. https://docs.ansible.com/ansible/latest/collections/community/docker/docker_compose_v2_module.html ae60d6fea6 View at this point in history 2025-11-02 23:13:20 +01:00 June docker_compose(role): move argument documentation to README ... Do this to match newer roles and since reading documentation from argument_specs is quite unergonomic. 9f8d2d89cd View at this point in history 2025-11-02 22:32:20 +01:00 June docker_compose(role): remove unnecessary hosts section from README ... The hosts section isn't really relevant for that role, so remove it. e390b7c202 View at this point in history 2025-11-02 22:32:20 +01:00 June docker_compose(role): remove distribution check ... The distribution check isn't really needed in our setup anyway and just adds unnecessary noise. 8cefd07618 View at this point in history 2025-11-02 22:32:20 +01:00