We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ccb326 commit 7cfcf93Copy full SHA for 7cfcf93
meta/argument_specs.yml
@@ -67,5 +67,7 @@ argument_specs:
67
description: "The master public key to use."
68
bareos_fd_plugins:
69
type: "list"
70
- default: []
71
description: "Bareos plugins to install on the FD"
+ elements: "str"
72
+ required: false
73
+ version_added: v1.1.0
tasks/assert.yml
@@ -98,10 +98,3 @@
98
quiet: true
99
when:
100
- 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