Skip to content

Commit

Permalink
Update package name to python3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
dale-c-anderson committed Oct 19, 2021
1 parent f1ae98c commit 155a1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/auth_basic.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: Install dependency for htpasswd operations
apt:
name: python-passlib
name: python3-passlib
state: present
update_cache: true

Expand Down

0 comments on commit 155a1b0

Please sign in to comment.