From b843c19ecac6bedbe6e2b99d4f512e6b99f9c6bb Mon Sep 17 00:00:00 2001 From: eoli3n Date: Thu, 14 May 2020 11:12:50 +0200 Subject: [PATCH] improved README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8dc89a4..a46dacb 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,8 @@ Define which user will get configurations with *ansible_user* var. ###### a. localhost run -I will use a trick here to let ansible think that i use 2 hosts. -It will configure *root* with *cli* and *user* with *desktop* environment. +Let's use a trick to let ansible think that there is 2 different hosts. +It will configure *root* with *cli* tools only and *user* with *desktop* environment. That trick needs ``-K`` without ``-b`` when running playbook. ```