Skip to content

Commit

Permalink
fix(meta): fix arguments_specs and assert.ymlOD
Browse files Browse the repository at this point in the history
  • Loading branch information
adf-patrickha committed Feb 16, 2024
1 parent 0ccb326 commit 7cfcf93
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 @@ -67,5 +67,7 @@ argument_specs:
description: "The master public key to use."
bareos_fd_plugins:
type: "list"
default: []
description: "Bareos plugins to install on the FD"
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 @@ -98,10 +98,3 @@
quiet: true
when:
- bareos_fd_encryption_enabled

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

0 comments on commit 7cfcf93

Please sign in to comment.