Skip to content

Commit 24e3df2

Browse files
authored
Update documentation
1 parent 3974aaa commit 24e3df2

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

wsl/README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ 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
9190
sudo dnf install epel-release dnf-utils https://rpms.remirepo.net/enterprise/remi-release-10.rpm -y
9291
```
9392

@@ -113,12 +112,16 @@ Update/Upgrade system packages:
113112
sudo dnf upgrade -y
114113
```
115114

116-
Now, install the latest version of **Ansible**:
115+
Now, install the latest version of **Ansible core and ansible-galaxy**:
117116

118117
```shell
119-
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
118+
sudo dnf install epel-release dnf-utils https://rpms.remirepo.net/enterprise/remi-release-10.rpm -y
119+
```
120+
```shell
121+
ansible-galaxy collection install community.general
122+
```
123+
```shell
124+
ansible-galaxy collection install community.mysql
122125
```
123126

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

0 commit comments

Comments
 (0)