Skip to content

Commit

Permalink
chore: remove requirement for bareos_dir_plugins, update arguments_specs
Browse files Browse the repository at this point in the history
  • Loading branch information
adf-patrickha committed Feb 16, 2024
1 parent 3584cf4 commit 03cadf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 3 additions & 1 deletion meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,7 @@ argument_specs:
description: "Install debug packages. This requires the debug repositories to be enabled."
bareos_dir_plugins:
type: "list"
default: []
description: "A list of Bareos Director plugins"
elements: "str"
required: false
version_added: v1.1.0
7 changes: 0 additions & 7 deletions tasks/assert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,3 @@
- bareos_dir_install_debug_packages is defined
- bareos_dir_install_debug_packages is boolean
quiet: true

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

0 comments on commit 03cadf6

Please sign in to comment.