fix: formatting dozzle agent task
All checks were successful
Deploy / Prepare Build (push) Successful in 33s
All checks were successful
Deploy / Prepare Build (push) Successful in 33s
This commit is contained in:
parent
ecb156953c
commit
51a56c4748
2
main.yml
2
main.yml
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user