htpasswd: add integration tests (#6847)

This commit is contained in:
Alexei Znamensky 2023-07-05 06:07:10 +12:00 committed by GitHub
commit 41e3f4d5fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 112 additions and 0 deletions

View file

@ -0,0 +1,9 @@
---
# Copyright (c) Ansible Project
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later
- name: remove passlib
ansible.builtin.pip:
name: passlib
state: absent