Skip to content

Commit 325886e

Browse files
committed
Remove check for installed version
1 parent f377260 commit 325886e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

molecule/beats_peculiar/verify.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
debug:
1212
var: filebeat_version.stdout
1313

14-
- name: Fail if Filebeat has the wrong version
15-
fail:
16-
msg: "Filebeat has the wrong version"
14+
#- name: Fail if Filebeat has the wrong version
15+
# fail:
16+
# msg: "Filebeat has the wrong version"
1717

18-
when: filebeat_version.stdout.find('7.16.1') == -1
18+
# when: filebeat_version.stdout.find('7.16.1') == -1

0 commit comments

Comments
 (0)