From fa137a92e1084a07608a4008ec0cb891baa76774 Mon Sep 17 00:00:00 2001 From: Colin Wilk Date: Thu, 2 Jul 2026 18:28:57 +0200 Subject: Declare community.crypto dependency --- .github/workflows/molecule.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 6fa12b5..85362b6 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -38,5 +38,8 @@ jobs: python -m pip install --upgrade pip python -m pip install ansible-core docker molecule molecule-plugins[docker] pytest pytest-testinfra requests + - name: Install Ansible collections + run: ansible-galaxy collection install community.crypto + - name: Run Molecule scenario run: molecule test -s "${{ matrix.scenario }}" -- cgit v1.2.3