fix: formatting dozzle agent task
All checks were successful
Deploy / Prepare Build (push) Successful in 33s

This commit is contained in:
Matthew McKinnon 2024-11-18 16:50:31 +10:00
parent ecb156953c
commit 51a56c4748
2 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@
tasks: tasks:
- name: Deploy Dozzle Agent - name: Deploy Dozzle Agent
import_tasks: tasks/dozzle-agent.yml import_tasks: tasks/dozzle-agent.yml
tags: dozzle_agent tags: ddozzle_agent_install
- name: Deploy Omada - name: Deploy Omada
import_tasks: tasks/omada.yml import_tasks: tasks/omada.yml

View File

@ -1,7 +1,7 @@
--- ---
- name: Create the dozzle container - name: Create the dozzle container
docker_container: docker_container:
name: dozzle-agent name: dozzle_agent
image: amir20/dozzle:v8.8.0 image: amir20/dozzle:v8.8.0
command: agent command: agent
restart_policy: unless-stopped restart_policy: unless-stopped