fix api
All checks were successful
Deploy Containers / Prepare (push) Successful in 4s

This commit is contained in:
2025-11-22 16:54:31 -05:00
parent a32a59ca0a
commit 993fd8eee7
2 changed files with 1 additions and 7 deletions

View File

@@ -61,12 +61,6 @@
- name: Deploy Drop - name: Deploy Drop
import_tasks: tasks/drop.yml import_tasks: tasks/drop.yml
tags: drop_deploy tags: drop_deploy
- name: Deploy Gluetun
import_tasks: tasks/gluetun.yml
tags: gluetun_deploy
- name: Deploy QBittorrent
import_tasks: tasks/qbittorrent.yml
tags: qbittorrent_deploy
- name: Deploy Jackett - name: Deploy Jackett
import_tasks: tasks/jackett.yml import_tasks: tasks/jackett.yml
tags: jackett_deploy tags: jackett_deploy

View File

@@ -35,7 +35,7 @@
name: "{{ name }}" name: "{{ name }}"
recreate: true recreate: true
restart_policy: unless-stopped restart_policy: unless-stopped
pull: yes pull: "{{ build is not defined }}"
published_ports: "{{ published_ports | default(omit) }}" published_ports: "{{ published_ports | default(omit) }}"
network_mode: "{{ network_mode | default(omit) }}" network_mode: "{{ network_mode | default(omit) }}"
image: "{{ image.name }}:{{ image.tag }}" image: "{{ image.name }}:{{ image.tag }}"