mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-27 23:21:27 -07:00
The idea is to avoid modifying test targets from the workflow to prevent ansible-test to think every tests needs to be run.
5 lines
125 B
YAML
5 lines
125 B
YAML
---
|
|
|
|
- name: "{{ role_name }} | Connector | Install python packages"
|
|
ansible.builtin.pip:
|
|
name: "{{ connector_name }}"
|