From 7079579289822fe87a036ed7f11b4e38ba951a17 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 12 Jul 2021 20:37:02 -0500 Subject: [PATCH] Additional changes. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b04f35d..0006516 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Getting real with system management via ansible-pull. ## Disclaimer -This setup is specific for my devices and my needs. You're welcome to use it as an example for your needs, but do not expect it to work as-is. +This setup is specific tom the maintainer's devices and needs. You're welcome to use it as an example for your needs, but do not expect it to work as-is. ## Currently Supported Linux Systems ### Debian Family @@ -35,6 +35,6 @@ Specifically for the Pinephone. Would be great to have Arch get built up by this. Used for many years but left after update problems due to a long computer hiatus. ## Next Steps -Eventually some of the scripts and install files will be put into the files folder. This will allow initializing systems outside of my home network. +Eventually some of the scripts and install files will be put into the files folder. This will allow initializing systems outside of the maintainer's home network. -There may also be a refactor of task-specific facts to be in their task file so that some playbooks can be more self-sufficient and be provided to the community without hacking. The original goal was to never define facts in tasks, but the benefit the facts are specific to a single playbook. Shared facts will definitely continue to exist under the facts tree. +There may also be a refactor of task-specific facts to be in their task file so that some playbooks can be more self-sufficient and be provided to the community without hacking. The original goal was to never define facts in tasks, but the benefit has yet to be seen for some tasks. Shared facts will definitely continue to exist under the facts tree.