From 09aa6770216f4d563b466583fba29a9c8849da3c Mon Sep 17 00:00:00 2001 From: Expand-sys <79956551+Expand-sys@users.noreply.github.com> Date: Tue, 12 Dec 2023 09:02:23 +1100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 324114e..9f4073a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,18 @@ install ansible on a linux machine(literally any with an internet connection) +your package manager will probably have a version +apt install ansible + +yum install ansible + +dnf install ansible + +pacman -Syy ansible + +zypper in ansible + +if not follow this guide to install with pip https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html