Skip to content

Commit

Permalink
Fix syntax for pip install packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwr18 committed Jul 12, 2024
1 parent 2bdf4ac commit aecadf9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ansible/roles/initial_setup/tasks/ansible_user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
- name: Install passlib required for `password_hash` ansible filter
import_role:
name: geerlingguy.pip
pip_install_packages:
- name: passlib
vars:
pip_install_packages:
- name: passlib

- name: Create a new regular user with sudo privileges
user:
Expand Down

0 comments on commit aecadf9

Please sign in to comment.