Skip to content

Commit

Permalink
Update installing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored and oraNod committed Nov 22, 2022
1 parent 2257247 commit 65f32b5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,17 @@ Use [pipx] to isolate Ansible-lint from your current Python environment as an al
pip3 install "ansible-lint"
```

## Installing on CentOS, Fedora, and RHEL
## Installing on Fedora and RHEL

You can install Ansible-lint on CentOS, Fedora, or Red Hat Enterprise Linux (RHEL) with the `dnf` package manager.
You can install Ansible-lint on Fedora, or Red Hat Enterprise Linux (RHEL) with the `dnf` package manager.

```bash
# This also installs ansible-core if it is not already installed
dnf install "ansible-lint"
dnf install ansible-lint
```

```{note}
On RHEL, `ansible-lint` package is part of "Red Hat Ansible Automation Platform" subscription, which needs
to be activated.
```

## Installing from source code
Expand Down

0 comments on commit 65f32b5

Please sign in to comment.