From a47daee3e17f66cfa5c57dac2f51779b963c0244 Mon Sep 17 00:00:00 2001 From: codepuncher Date: Thu, 17 Oct 2024 09:45:06 +0100 Subject: [PATCH] fix linting issues --- meta/main.yml | 2 ++ tests/test.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/main.yml b/meta/main.yml index 498b2a4..a3c00a2 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,4 +1,6 @@ galaxy_info: + namespace: itinerisltd + role_name: trellis_wordfence_kinsta author: Lee Hanbury-Pickett description: Ensure required WordfFence files exist in shared directory company: ItinerisLtd diff --git a/tests/test.yml b/tests/test.yml index 0ad50f3..0a0c01d 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -1,4 +1,4 @@ --- - hosts: all roles: - - ../../trellis-wordfence-kinsta + - ../trellis-wordfence-kinsta