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