From 891a8edac10c035790d33f57daaeaa702da3f5b3 Mon Sep 17 00:00:00 2001 From: Jeremy Frasier Date: Fri, 23 Jun 2023 13:56:33 -0400 Subject: [PATCH] Add a standalone attribute to the role metadata See here for more details: https://ansible.readthedocs.io/projects/lint/rules/schema/#schemameta --- meta/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/main.yml b/meta/main.yml index 3190d65..35831e0 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -35,3 +35,4 @@ galaxy_info: - focal - jammy role_name: skeleton + standalone: true