File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ passwd: all authentication tokens updated successfully.
87
87
Install system packages:
88
88
89
89
``` 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
90
91
sudo dnf install epel-release dnf-utils https://rpms.remirepo.net/enterprise/remi-release-10.rpm -y
91
92
```
92
93
@@ -116,6 +117,8 @@ Now, install the latest version of **Ansible**:
116
117
117
118
``` shell
118
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
119
122
```
120
123
121
124
Move inside your home directory (it is ` /home/ ` followed by your AlmaLinux10 username, for example: ` /home/dotkernel ` ):
You can’t perform that action at this time.
0 commit comments