more tagging

This commit is contained in:
Arya 2023-07-19 20:49:51 +05:30
parent 0b8f2eb299
commit c0c6a23b1d
Signed by: arya
GPG Key ID: 842D12BDA50DF120
1 changed files with 2 additions and 2 deletions

View File

@ -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