Skip to content

Commit 7cfcf93

Browse files
committed
fix(meta): fix arguments_specs and assert.ymlOD
1 parent 0ccb326 commit 7cfcf93

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

meta/argument_specs.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,7 @@ argument_specs:
6767
description: "The master public key to use."
6868
bareos_fd_plugins:
6969
type: "list"
70-
default: []
7170
description: "Bareos plugins to install on the FD"
71+
elements: "str"
72+
required: false
73+
version_added: v1.1.0

tasks/assert.yml

-7
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,3 @@
9898
quiet: true
9999
when:
100100
- bareos_fd_encryption_enabled
101-
102-
- name: assert | Test bareos_fd_plugins
103-
ansible.builtin.assert:
104-
that:
105-
- bareos_fd_plugins is defined
106-
- bareos_fd_plugins is iterable
107-
quiet: true

0 commit comments

Comments
 (0)