From 8c750e700ef690b1a4908e6d9e181a66f9802bc2 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 27 Feb 2021 08:58:41 -0600 Subject: [PATCH] Ensure unbound comes back up on restart --- playbooks/pis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/pis.yml b/playbooks/pis.yml index 1b2427d..fe3e968 100755 --- a/playbooks/pis.yml +++ b/playbooks/pis.yml @@ -37,6 +37,7 @@ docker_container: name: unbound image: rehashedsalt/unbound-desu-local:latest + restart_policy: unless-stopped pull: yes ports: - "{{ ansible_facts.eth0.ipv4.address }}:53:5053/tcp"