From b3b224b808f321d90a8278aecc639892881bcc91 Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Mon, 18 Dec 2023 19:26:40 +0100 Subject: [PATCH] create README.md --- readme => README.md | 2 ++ 1 file changed, 2 insertions(+) rename readme => README.md (97%) diff --git a/readme b/README.md similarity index 97% rename from readme rename to README.md index ff868e2..de303d3 100644 --- a/readme +++ b/README.md @@ -3,7 +3,9 @@ ```bash yum install -y oracle-epel-release-el8 yum install -y git ansible +yum install -y python3-libselinux ``` + ```bash ansible-galaxy collection install ansible.posix ```