mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-10 22:55:27 +01:00
Merge pull request #448 from saito-hideki/issue/446
[CI] Support sanity docker test on devel(2.16.0.dev0) branch SUMMARY Support sanity docker test on devel(2.16.0.dev0) branch: Fixes #446 ISSUE TYPE CI tests Pull Request COMPONENT NAME ansible.posix ADDITIONAL INFORMATION None
This commit is contained in:
commit
3a5ba91d92
2 changed files with 8 additions and 0 deletions
3
changelogs/fragments/448_support_new_sanity_test.yml
Normal file
3
changelogs/fragments/448_support_new_sanity_test.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
bugfixes:
|
||||
- Support new sanity test for the ansible-core devel branch CI test (https://github.com/ansible-collections/ansible.posix/issues/446).
|
||||
5
tests/sanity/ignore-2.16.txt
Normal file
5
tests/sanity/ignore-2.16.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
plugins/modules/synchronize.py use-argspec-type-path
|
||||
plugins/modules/synchronize.py validate-modules:doc-default-does-not-match-spec
|
||||
plugins/modules/synchronize.py validate-modules:nonexistent-parameter-documented
|
||||
plugins/modules/synchronize.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/synchronize.py validate-modules:undocumented-parameter
|
||||
Loading…
Reference in a new issue