diff options
author | Alexei Znamensky <103110+russoz@users.noreply.github.com> | 2024-10-02 15:53:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-02 15:53:58 +0200 |
commit | bebc192c3e5dee7a55a121affca63434a27997c3 (patch) | |
tree | ea755597a0b9f76c9157cbb2ea7cefdd556e6fa2 /test/sanity | |
parent | cron: return stdout and rc for cron command (#83290) (diff) | |
download | ansible-bebc192c3e5dee7a55a121affca63434a27997c3.tar.xz ansible-bebc192c3e5dee7a55a121affca63434a27997c3.zip |
remove one ignore clause for module copy (#83643)
---------
Co-authored-by: flowerysong <junk+github@flowerysong.com>
Diffstat (limited to 'test/sanity')
-rw-r--r-- | test/sanity/ignore.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sanity/ignore.txt b/test/sanity/ignore.txt index 1526641f9d..c252426ddb 100644 --- a/test/sanity/ignore.txt +++ b/test/sanity/ignore.txt @@ -13,7 +13,6 @@ lib/ansible/modules/command.py validate-modules:doc-default-does-not-match-spec lib/ansible/modules/command.py validate-modules:doc-missing-type lib/ansible/modules/command.py validate-modules:nonexistent-parameter-documented lib/ansible/modules/command.py validate-modules:undocumented-parameter -lib/ansible/modules/copy.py validate-modules:doc-default-does-not-match-spec lib/ansible/modules/copy.py validate-modules:nonexistent-parameter-documented lib/ansible/modules/copy.py validate-modules:undocumented-parameter lib/ansible/modules/dnf.py validate-modules:parameter-invalid |