Skip to content

Commit bce3a8a

Browse files
authored
Update setup-packages.md
1 parent 24e3df2 commit bce3a8a

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

docs/book/v2/setup/setup-packages.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
Install system packages:
44

55
```shell
6-
# If install Ansible via pip: sudo dnf install epel-release dnf-utils python3-pip https://rpms.remirepo.net/enterprise/remi-release-10.rpm -y
76
sudo dnf install epel-release dnf-utils https://rpms.remirepo.net/enterprise/remi-release-10.rpm -y
87
```
98

@@ -30,12 +29,18 @@ Update/Upgrade system packages:
3029
sudo dnf upgrade -y
3130
```
3231

33-
Now, install the latest version of **Ansible**:
32+
Now, install the latest version of **Ansible core and ansible-galaxy**:
3433

3534
```shell
36-
sudo dnf install ansible -y
37-
# If install Ansible from packages: sudo dnf install ansible-core ansible-collection-community-general -y
38-
# If install Ansible via pip: pip install ansible
35+
sudo dnf install ansible-core -y
36+
```
37+
38+
```shell
39+
ansible-galaxy collection install community.general
40+
```
41+
42+
```shell
43+
ansible-galaxy collection install community.mysql
3944
```
4045

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

0 commit comments

Comments
 (0)