mirror of
https://github.com/viq/NewsBlur.git
synced 2025-11-01 09:09:16 +00:00
8 lines
141 B
YAML
8 lines
141 B
YAML
|
|
---
|
||
|
|
- name: restart netdata
|
||
|
|
become: yes
|
||
|
|
docker_container:
|
||
|
|
name: netdata
|
||
|
|
restart: yes
|
||
|
|
container_default_behavior: no_defaults
|