fix: remove frigate from main.yml
All checks were successful
Deploy / Prepare Build (push) Successful in 30s

This commit is contained in:
Matthew McKinnon 2024-11-11 18:53:28 +10:00
parent 9a6ec6b370
commit d0fd1433a6

View File

@ -132,16 +132,6 @@
tags: dockerserver_install tags: dockerserver_install
- hosts: frigate
become: yes
pre_tasks:
- name: Base Install
include_tasks: tasks/base.yml
roles:
- role: docker
tags: docker_install
tags: frigate_install