Skip to content

Commit c0dd49d

Browse files
committed
remove invalid assert
1 parent 6add3fa commit c0dd49d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

roles/graylog_datanode/tasks/main.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@
77
fail_msg: 'graylog_datanode__password_secret must at least 16 characters'
88
quiet: true
99

10-
- name: 'Validate graylog_datanode__node_search_cache_size'
11-
ansible.builtin.assert:
12-
that:
13-
- 'graylog_datanode__password_secret | length >= 16'
14-
fail_msg: 'graylog_datanode__password_secret must at least 16 characters'
15-
quiet: true
16-
1710
- name: 'Validate that graylog_datanode__node_search_cache_size follows OpenSearch Bytes format'
1811
ansible.builtin.assert:
1912
that:

0 commit comments

Comments
 (0)