diff options
author | Nathaniel Case <this.is@nathanielca.se> | 2021-03-25 11:42:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 15:42:06 +0000 |
commit | c3b2d036bd0c0bf8d338123375a7bcc7de809f34 (patch) | |
tree | 56d8aa516df7ee0ecc3682e777943fdcc6926bd3 /changelogs/fragments/replace-check_required.yaml | |
parent | 6e137ecadc6a7477362117817bf70fc70f1a79dd (diff) | |
download | vyos.vyos-c3b2d036bd0c0bf8d338123375a7bcc7de809f34.tar.gz vyos.vyos-c3b2d036bd0c0bf8d338123375a7bcc7de809f34.zip |
Replace module._check_required_* calls (#140)
Replace removed module._check_required_* calls
Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'changelogs/fragments/replace-check_required.yaml')
-rw-r--r-- | changelogs/fragments/replace-check_required.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/replace-check_required.yaml b/changelogs/fragments/replace-check_required.yaml new file mode 100644 index 0000000..b955d31 --- /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 |