From 30b0962b23055d19127ed161efb990c5c6b99cf6 Mon Sep 17 00:00:00 2001 From: Schreiner Pascal Date: Fri, 29 Dec 2023 17:41:43 +0100 Subject: [PATCH] update readme --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8d0a6fe..f90f760 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,9 @@ ## Requirements Ansible must be installed ;-) -Recommend: install ansible via pip -> pip3 install ansible - -if pip noch installed see: ### Debian // Ubuntu -> apt install -y python3-pip +> apt install -y ansible ## RHEL // CentOS // Rocky -> yum install -y python3-pip +> yum install -y ansible