add hvac package
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
vincent 2022-06-06 13:57:56 +02:00
parent c807b7b79d
commit c0d92a4987

View File

@ -15,6 +15,9 @@
become: yes
become_user: aur_builder
- name: install hvac module for vault
pip:
name: hvac
- name: clone ansible git repository
git: