Skip to content
This repository has been archived by the owner on Apr 30, 2022. It is now read-only.

Commit

Permalink
Add cryptography package
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Jul 11, 2020
1 parent 704add1 commit 3ea2d4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tasks/dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- name: Install cryptography package for faster Ansible Vault decoding
become: yes
pip:
name: cryptography

#
# Setup virtual environment if required
#
Expand Down

0 comments on commit 3ea2d4b

Please sign in to comment.