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 = [
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