diff options
author | Brian Coca <bcoca@users.noreply.github.com> | 2018-05-11 19:59:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-11 19:59:54 +0200 |
commit | 95655fae5c3097ec126474a1c5cbe27649b9966a (patch) | |
tree | 4a0c65c06454ced1f570bbdd4ed44ff6686b82ec /test/integration/targets/gathering/aliases | |
parent | New Module: GCP Compute Instance Templates (#38907) (diff) | |
download | ansible-95655fae5c3097ec126474a1c5cbe27649b9966a.tar.xz ansible-95655fae5c3097ec126474a1c5cbe27649b9966a.zip |
Configurable list of facts modules (#31783)
* configurable list of facts modules
- allow for args dict for specific modules
- add way to pass parameters
- avoid facts poluting test
- move to 'facts gathered' flag
- add 'gathering' setting tests
Diffstat (limited to 'test/integration/targets/gathering/aliases')
-rw-r--r-- | test/integration/targets/gathering/aliases | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/gathering/aliases b/test/integration/targets/gathering/aliases new file mode 100644 index 0000000000..79d8b9285e --- /dev/null +++ b/test/integration/targets/gathering/aliases @@ -0,0 +1 @@ +posix/ci/group3 |