diff options
| author | Colin Wilk <colin@wilk.cx> | 2026-07-02 18:28:57 +0200 |
|---|---|---|
| committer | Colin Wilk <colin@wilk.cx> | 2026-07-02 18:28:57 +0200 |
| commit | fa137a92e1084a07608a4008ec0cb891baa76774 (patch) | |
| tree | c79c778c313fe2ba49c32c5dbdf9195c05a7abca /.github/workflows | |
| parent | e0d215ddc8b22e5f16acf40240a7561ee24e4454 (diff) | |
| download | ansible-role-borgbackup-master.tar.gz ansible-role-borgbackup-master.zip | |
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/molecule.yml | 3 |
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 }}" |