aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorColin Wilk <colin@wilk.cx>2026-07-02 18:28:57 +0200
committerColin Wilk <colin@wilk.cx>2026-07-02 18:28:57 +0200
commitfa137a92e1084a07608a4008ec0cb891baa76774 (patch)
treec79c778c313fe2ba49c32c5dbdf9195c05a7abca /.github/workflows
parente0d215ddc8b22e5f16acf40240a7561ee24e4454 (diff)
downloadansible-role-borgbackup-master.tar.gz
ansible-role-borgbackup-master.zip
Declare community.crypto dependencyHEADmaster
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/molecule.yml3
1 files changed, 3 insertions, 0 deletions
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 }}"