Skip to content

Commit b171f77

Browse files
committed
helper comments
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent 3609819 commit b171f77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wsl/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ passwd: all authentication tokens updated successfully.
8787
Install system packages:
8888

8989
```shell
90+
# If install Ansible via pip: sudo dnf install epel-release dnf-utils python3-pip https://rpms.remirepo.net/enterprise/remi-release-10.rpm -y
9091
sudo dnf install epel-release dnf-utils https://rpms.remirepo.net/enterprise/remi-release-10.rpm -y
9192
```
9293

@@ -116,6 +117,8 @@ Now, install the latest version of **Ansible**:
116117

117118
```shell
118119
sudo dnf install ansible -y
120+
# If install Ansible from packages: sudo dnf install ansible-core ansible-collection-community-general -y
121+
# If install Ansible via pip: pip install ansible
119122
```
120123

121124
Move inside your home directory (it is `/home/` followed by your AlmaLinux10 username, for example: `/home/dotkernel`):

0 commit comments

Comments
 (0)