From 02178246c9bef8390da5f7e54a6894f32752dcb6 Mon Sep 17 00:00:00 2001 From: Alexander Gorelyshev Date: Thu, 18 Dec 2025 14:35:42 +0400 Subject: [PATCH] Add `passlib` - a missing `users` role control node dependency --- ci/requirements.txt | 1 + roles/users/README.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/ci/requirements.txt b/ci/requirements.txt index 456b2b7..fcd67d5 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1 +1,2 @@ ansible-core==2.18.11 +passlib==1.7.4 diff --git a/roles/users/README.md b/roles/users/README.md index 90f8563..30fd61c 100644 --- a/roles/users/README.md +++ b/roles/users/README.md @@ -18,9 +18,15 @@ Check out [corvus-migratorius/ansible-disk-quotas](https://github.com/corvus-mig Requirements ------------ +Target node: + - systemd - openssh +Controller: + +- `passlib` (for working with user passwords) + Role Variables --------------