From c0c6a23b1d0afba1e10fe9d734b5555f178523b2 Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Wed, 19 Jul 2023 20:49:51 +0530 Subject: [PATCH] more tagging --- privfrontends/playbook.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/privfrontends/playbook.yaml b/privfrontends/playbook.yaml index 7a10fec..05a2c5a 100644 --- a/privfrontends/playbook.yaml +++ b/privfrontends/playbook.yaml @@ -36,7 +36,7 @@ - name: Update docker compose files and restart those with changes ansible.builtin.include_tasks: docker-tasks.yaml with_items: "{{ docker_services }}" - tags: docker + tags: docker,pizza - name: Setup docker compose for privacy frontends (soleil+normal) hosts: in,us,docker vars: @@ -57,7 +57,7 @@ - name: Update docker compose files and restart those with changes (Privacy Frontends but without Pizza1) ansible.builtin.include_tasks: docker-tasks.yaml with_items: "{{ non_pizza_docker_services }}" - tags: docker + tags: docker,soleil - name: Setup cron jobs hosts: privfrontends