From c3b2d036bd0c0bf8d338123375a7bcc7de809f34 Mon Sep 17 00:00:00 2001 From: Nathaniel Case Date: Thu, 25 Mar 2021 11:42:06 -0400 Subject: Replace module._check_required_* calls (#140) Replace removed module._check_required_* calls Reviewed-by: https://github.com/apps/ansible-zuul --- changelogs/fragments/replace-check_required.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelogs/fragments/replace-check_required.yaml (limited to 'changelogs') diff --git a/changelogs/fragments/replace-check_required.yaml b/changelogs/fragments/replace-check_required.yaml new file mode 100644 index 00000000..b955d31d --- /dev/null +++ b/changelogs/fragments/replace-check_required.yaml @@ -0,0 +1,3 @@ +--- +trivial: + - Replace module._check_required_* calls removed in ansible-core 2.11 with calls from common.validation -- cgit v1.2.3