chore: Comment out Docker Compose example in ansible/docs for debugging

This commit is contained in:
Daniel LaForce 2025-04-27 17:56:25 -06:00
parent 5fcc787479
commit 0390a370c2
1 changed files with 3 additions and 0 deletions

View File

@ -216,6 +216,8 @@ const sidebarNav = [
<div id="docker-compose" class="docs-subsection">
<h3 class="docs-subsection-title">Docker Compose Stack (Example: Portainer)</h3>
<p class="docs-text">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.</p>
{/* Temporarily commented out Docker Compose example to debug build error */}
{/*
<div class="docs-code">
<pre><code>---
- name: Deploy Docker Compose Application
@ -246,6 +248,7 @@ const sidebarNav = [
when: compose_download.changed # Only run if file was downloaded/updated
</code></pre>
</div>
*/}
</div>
{/* K3s Playbook */}