From 54d187ce90229ca7cf36d8d9abb3603e8db2d293 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 22 Sep 2020 17:25:39 -0500 Subject: [PATCH] Update incorrect README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 556b54a..c47f14d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A collection of Ansible scripts to manage all of my machines. ## Quickstart -To quickly get a machine up and running, add it to the inventory, role it out, and `./provision.yml` it. The playbook assures a sane running environment and then sets up ansible-pull on a timer that immediately triggers. Leave it be, come back 10 minutes later and polish it up as required. +To quickly get a machine up and running, add it to the inventory and `./provision.yml` it. This ensures a basic, sane running environment from which you can do tuning. Ideally, though, you should have roles. ## Overview