From 8ce15757368471a805d1710922ce695b512ab915 Mon Sep 17 00:00:00 2001 From: bauthard <8293321+bauthard@users.noreply.github.com> Date: Tue, 28 Jul 2020 19:42:45 +0530 Subject: [PATCH] Update filezilla.yaml --- files/filezilla.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/files/filezilla.yaml b/files/filezilla.yaml index d3a58eefd6..433093831e 100644 --- a/files/filezilla.yaml +++ b/files/filezilla.yaml @@ -10,7 +10,20 @@ requests: - "{{BaseURL}}/filezilla.xml" - "{{BaseURL}}/sitemanager.xml" - "{{BaseURL}}/FileZilla.xml" + + matchers-condition: and matchers: - type: word words: - "" + condition: and + + - type: word + words: + - xml + part: header + + - type: status + status: + - 200 \ No newline at end of file