Skip to content

Commit 2da344b

Browse files
authored
Update README.md
1 parent bce3a8a commit 2da344b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

wsl/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,13 @@ sudo dnf upgrade -y
115115
Now, install the latest version of **Ansible core and ansible-galaxy**:
116116

117117
```shell
118-
sudo dnf install epel-release dnf-utils https://rpms.remirepo.net/enterprise/remi-release-10.rpm -y
118+
sudo dnf install ansible-core -y
119119
```
120+
120121
```shell
121122
ansible-galaxy collection install community.general
122123
```
124+
123125
```shell
124126
ansible-galaxy collection install community.mysql
125127
```

0 commit comments

Comments
 (0)