From a25c1ee9ffeafe97c92ef34679453aa2b94e260d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Mon, 26 Sep 2022 14:08:03 -0400 Subject: [PATCH] ignore-2.15: ignore route53's get state The error is: ``` ERROR: plugins/modules/route53.py:0:0: parameter-state-invalid-choice: Argument 'state' includes the value 'get' as a choice ``` --- tests/sanity/ignore-2.15.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/sanity/ignore-2.15.txt b/tests/sanity/ignore-2.15.txt index e69de29bb2d..09a7e9cbb50 100644 --- a/tests/sanity/ignore-2.15.txt +++ b/tests/sanity/ignore-2.15.txt @@ -0,0 +1 @@ +plugins/modules/route53.py validate-modules:parameter-state-invalid-choice # route53_info needs improvements before we can deprecate this