mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
7 lines
141 B
YAML
7 lines
141 B
YAML
---
|
|
- name: restart netdata
|
|
become: yes
|
|
docker_container:
|
|
name: netdata
|
|
restart: yes
|
|
container_default_behavior: no_defaults
|