mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-29 16:11:26 -07:00
6 lines
144 B
YAML
6 lines
144 B
YAML
---
|
|
|
|
- name: "{{ role_name }} | Connector | Install python packages"
|
|
ansible.builtin.pip:
|
|
name: "{{ connector_name }}"
|
|
state: present
|