community.mysql/tests/integration/targets/setup_controller/tasks/connector.yml
Laurent Indermuehle 6adb71a3ea
Linting
2023-01-09 15:40:55 +01:00

6 lines
144 B
YAML

---
- name: "{{ role_name }} | Connector | Install python packages"
ansible.builtin.pip:
name: "{{ connector_name }}"
state: present