From 19d21ee53a6bf76a53ab97f8f74bdc6711bb60b2 Mon Sep 17 00:00:00 2001 From: Sebastian Rust Date: Sun, 8 Feb 2026 09:45:50 +0100 Subject: [PATCH] fix(bundle): added collection to main file --- bootstrap.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap.yml b/bootstrap.yml index 7d32e32..855a2c2 100644 --- a/bootstrap.yml +++ b/bootstrap.yml @@ -25,6 +25,9 @@ - name: Bootstrap and harden host hosts: all gather_facts: yes + collections: + - devsec.hardening + vars: # User defaults (override via -e or vars file)