Skip to content

Commit

Permalink
Install passlib
Browse files Browse the repository at this point in the history
  • Loading branch information
palash-gandhi committed Jan 23, 2025
1 parent 84b9ac7 commit ae6a2cc
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@
state: directory
mode: 0755

- name: Install python3-pip
ansible.builtin.apt:
name: python3-pip
state: present

- name: Install passlib
ansible.builtin.pip:
name: passlib

- user:
name: delphix
uid: 65433
Expand Down

0 comments on commit ae6a2cc

Please sign in to comment.