From 255b812b54df0ff77429d8fec027bc8d141cbb9d Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Fri, 28 Nov 2025 18:38:52 +0100 Subject: [PATCH] fix(infra): Disable infrastructure skeleton until implementation --- site.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/site.yaml b/site.yaml index b77d574..6c056d1 100644 --- a/site.yaml +++ b/site.yaml @@ -49,12 +49,12 @@ # name: incus-install # tags: incus -- name: Raise infrastructure - hosts: localhost - tags: infrastructure - tasks: - - ansible.builtin.import_role: - name: infrastructure +# - name: Raise infrastructure +# hosts: localhost +# tags: infrastructure +# tasks: +# - ansible.builtin.import_role: +# name: infrastructure # ansible-galaxy install geerlingguy.docker - name: Install docker