mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
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
This commit is contained in:
@@ -70,7 +70,8 @@ options:
|
|||||||
does not exist it will fail.
|
does not exist it will fail.
|
||||||
notes:
|
notes:
|
||||||
- "This module depends on the C(passlib) Python library, which needs to be installed on all target systems."
|
- "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)."
|
- "On RHEL or CentOS: Enable EPEL, then install C(python-passlib)."
|
||||||
requirements: [ passlib>=1.6 ]
|
requirements: [ passlib>=1.6 ]
|
||||||
author: "Ansible Core Team"
|
author: "Ansible Core Team"
|
||||||
|
|||||||
Reference in New Issue
Block a user