From f83901ab4370a4ef058379e567f943a655579d32 Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Sun, 2 Aug 2026 23:34:13 -0500 Subject: [PATCH] Prepare for community mysql to ansible mysql transition of collections --- collections/requirements.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/collections/requirements.yml b/collections/requirements.yml index 2dfe310..869cbdc 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -1,6 +1,7 @@ --- collections: - name: 'ansible.netcommon' + - name: 'ansible.mysql' - name: 'ansible.posix' - name: 'ansible.windows' - name: 'awx.awx'