From 516f9c26112272886ff2970b8f7b187012fba2dc Mon Sep 17 00:00:00 2001 From: Matthew Stobbs Date: Tue, 11 Feb 2025 22:14:04 -0700 Subject: [PATCH] lot's of standardizing with the refacto --- tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index 0d3ba20..95cb8d1 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,5 +1,7 @@ # vim: set filetype=yaml.ansible : --- +# create all the facts used throughout the role, but shouldn't be touched +# by the user - name: Set installation facts ansible.builtin.include_tasks: file: facts.yml