Skip to content

Commit

Permalink
chore: assert for bareos_fd_plugins var
Browse files Browse the repository at this point in the history
Remove unnecessary collections.yml file in molecule scenario postgresql.
  • Loading branch information
adf-patrickha committed May 6, 2024
1 parent 426ba55 commit d01fe70
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 0 additions & 5 deletions molecule/postgresql/collections.yml

This file was deleted.

8 changes: 8 additions & 0 deletions tasks/assert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,11 @@
quiet: true
when:
- bareos_fd_encryption_enabled

- name: assert | Test bareos_fd_plugins
ansible.builtin.assert:
that:
- bareos_fd_plugins is iterable
quiet: true
when:
- bareos_fd_plugins is defined

0 comments on commit d01fe70

Please sign in to comment.