Skip to content

Commit

Permalink
[PR #8037/05bf5ee1 backport][stable-8] Fix instruction for distro Ubu…
Browse files Browse the repository at this point in the history
…ntu and Debian for htpasswd depends (#8042)

Fix instruction for distro Ubuntu and Debian for htpasswd depends (#8037)

* Fix instruction fo debian 12 for htpasswd depends

* Add range for python-passlib distro

(cherry picked from commit 05bf5ee)

Co-authored-by: Xavier Mitault <xavier.mitault@epitech.eu>
  • Loading branch information
patchback[bot] and Saverio976 authored Feb 28, 2024
1 parent 39a1207 commit f379dac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/modules/htpasswd.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
does not exist it will fail.
notes:
- "This module depends on the C(passlib) Python library, which needs to be installed on all target systems."
- "On Debian, Ubuntu, or Fedora: install C(python-passlib)."
- "On Debian < 11, Ubuntu <= 20.04, or Fedora: install C(python-passlib)."
- "On Debian, Ubuntu: install C(python3-passlib)."
- "On RHEL or CentOS: Enable EPEL, then install C(python-passlib)."
requirements: [ passlib>=1.6 ]
author: "Ansible Core Team"
Expand Down

0 comments on commit f379dac

Please sign in to comment.