diff options
author | Brian Coca <bcoca@users.noreply.github.com> | 2020-05-21 00:53:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-21 00:53:37 +0200 |
commit | 9281148b623d4e2e8302778d91af3e84ab9579a9 (patch) | |
tree | affef6f4891c854c480199985e64cbc246df889f /test/sanity | |
parent | Pin Docker version at 19.03.1 (diff) | |
download | ansible-9281148b623d4e2e8302778d91af3e84ab9579a9.tar.xz ansible-9281148b623d4e2e8302778d91af3e84ab9579a9.zip |
correctly merge multiple facts results (#68987)
* correctly merge multiple facts results
fixes #68532
Diffstat (limited to 'test/sanity')
-rw-r--r-- | test/sanity/ignore.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/sanity/ignore.txt b/test/sanity/ignore.txt index dd3f289e4d..8e7cbb9b41 100644 --- a/test/sanity/ignore.txt +++ b/test/sanity/ignore.txt @@ -282,6 +282,8 @@ test/integration/targets/collections_relative_imports/collection_root/ansible_co test/integration/targets/expect/files/test_command.py future-import-boilerplate test/integration/targets/expect/files/test_command.py metaclass-boilerplate test/integration/targets/gathering_facts/library/bogus_facts shebang +test/integration/targets/gathering_facts/library/facts_one shebang +test/integration/targets/gathering_facts/library/facts_two shebang test/integration/targets/get_url/files/testserver.py future-import-boilerplate test/integration/targets/get_url/files/testserver.py metaclass-boilerplate test/integration/targets/group/files/gidget.py future-import-boilerplate |