mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-03 12:44:25 -07:00
Add PoC using custom ansible-test containers
This commit is contained in:
parent
199b7a5b64
commit
db995249cb
6 changed files with 147 additions and 89 deletions
|
@ -1,14 +1,14 @@
|
|||
---
|
||||
|
||||
- name: "{{ role_name }} | install | Required package for testing"
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- iproute2
|
||||
- python3-cryptography # To authenticate with MySQL 8+
|
||||
state: present
|
||||
update_cache: true
|
||||
environment:
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
# - name: "{{ role_name }} | install | Required package for testing"
|
||||
# ansible.builtin.apt:
|
||||
# name:
|
||||
# - iproute2 # To grab docker network gateway address
|
||||
# - python3-cryptography # To authenticate with MySQL 8+
|
||||
# state: present
|
||||
# update_cache: true
|
||||
# environment:
|
||||
# DEBIAN_FRONTEND: noninteractive
|
||||
|
||||
- name: "{{ role_name }} | install | Ensure fake root folder"
|
||||
ansible.builtin.file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue