diff options
author | Alexei Znamensky <103110+russoz@users.noreply.github.com> | 2024-07-11 17:56:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-11 17:56:05 +0200 |
commit | 08de64076ab039940efa4268f5de387d47e4e0ef (patch) | |
tree | 9e78a6ef181e770fe0715dcc64584e782161d0e9 /test/sanity | |
parent | Ensure that we are handling DownloadError properly in the dnf module (#83543) (diff) | |
download | ansible-08de64076ab039940efa4268f5de387d47e4e0ef.tar.xz ansible-08de64076ab039940efa4268f5de387d47e4e0ef.zip |
remove ignore clauses for module blockinfile (#83577)
Diffstat (limited to 'test/sanity')
-rw-r--r-- | test/sanity/ignore.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/sanity/ignore.txt b/test/sanity/ignore.txt index cffb6d6b7d..44396362a1 100644 --- a/test/sanity/ignore.txt +++ b/test/sanity/ignore.txt @@ -9,8 +9,6 @@ lib/ansible/modules/async_status.py validate-modules!skip lib/ansible/modules/async_wrapper.py ansible-doc!skip # not an actual module lib/ansible/modules/async_wrapper.py pylint:ansible-bad-function # ignore, required lib/ansible/modules/async_wrapper.py use-argspec-type-path -lib/ansible/modules/blockinfile.py validate-modules:doc-choices-do-not-match-spec -lib/ansible/modules/blockinfile.py validate-modules:doc-default-does-not-match-spec lib/ansible/modules/command.py validate-modules:doc-default-does-not-match-spec # _uses_shell is undocumented lib/ansible/modules/command.py validate-modules:doc-missing-type lib/ansible/modules/command.py validate-modules:nonexistent-parameter-documented |