add role tag to docker_compose role

This commit is contained in:
lilly 2026-04-30 22:48:56 +02:00
commit 296214db55
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
2 changed files with 18 additions and 0 deletions

View file

@ -1,10 +1,13 @@
---
- name: docker compose down
tags: [ "docker_compose" ]
community.docker.docker_compose_v2:
project_src: /ansible_docker_compose
state: absent
become: true
- name: docker compose restart
tags: [ "docker_compose" ]
community.docker.docker_compose_v2:
project_src: /ansible_docker_compose
state: restarted