create README.md

This commit is contained in:
Yacine31
2023-12-18 19:26:40 +01:00
parent c2d4c4203d
commit b3b224b808

View File

@@ -3,7 +3,9 @@
```bash ```bash
yum install -y oracle-epel-release-el8 yum install -y oracle-epel-release-el8
yum install -y git ansible yum install -y git ansible
yum install -y python3-libselinux
``` ```
```bash ```bash
ansible-galaxy collection install ansible.posix ansible-galaxy collection install ansible.posix
``` ```