From 0390a370c2fac6f2b80a6f7ea29156f427017cb1 Mon Sep 17 00:00:00 2001 From: Daniel LaForce Date: Sun, 27 Apr 2025 17:56:25 -0600 Subject: [PATCH] chore: Comment out Docker Compose example in ansible/docs for debugging --- src/pages/ansible/docs.astro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/ansible/docs.astro b/src/pages/ansible/docs.astro index ecc70e3..e68cd7d 100644 --- a/src/pages/ansible/docs.astro +++ b/src/pages/ansible/docs.astro @@ -216,6 +216,8 @@ const sidebarNav = [

Docker Compose Stack (Example: Portainer)

Deploys a simple Docker Compose application (e.g., Portainer) on the 'Docker Node'. Requires Docker and Docker Compose to be pre-installed on the target.

+ {/* Temporarily commented out Docker Compose example to debug build error */} + {/*
---
 - name: Deploy Docker Compose Application
@@ -246,6 +248,7 @@ const sidebarNav = [
       when: compose_download.changed # Only run if file was downloaded/updated
 
+ */}
{/* K3s Playbook */}