This commit is contained in:
Laurent Indermuehle 2023-01-09 15:40:55 +01:00
commit 6adb71a3ea
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
4 changed files with 11 additions and 10 deletions

View file

@ -3,3 +3,4 @@
- name: "{{ role_name }} | Connector | Install python packages"
ansible.builtin.pip:
name: "{{ connector_name }}"
state: present