From 7ae81da55abce42ef7e502aedf531519d4ea82c6 Mon Sep 17 00:00:00 2001 From: lorentz Date: Mon, 6 Apr 2026 23:21:45 -0400 Subject: [PATCH] Update playbooks/newt.yml make sure pangolin network exists --- playbooks/newt.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/playbooks/newt.yml b/playbooks/newt.yml index 0f8d110..953c869 100644 --- a/playbooks/newt.yml +++ b/playbooks/newt.yml @@ -37,6 +37,12 @@ state: directory mode: "0755" + - name: Ensure pangolin Docker network exists + community.docker.docker_network: + name: pangolin + driver: bridge + state: present + - name: Write compose.yaml copy: dest: "{{ newt_stack_dir }}/compose.yaml"