diff options
author | Matt Clay <matt@mystile.com> | 2019-08-09 20:06:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-09 20:06:21 +0200 |
commit | cb68110296af1cd5ee62c032894a7e6608615576 (patch) | |
tree | dd19a42673e6a203954d653f9064ec3d7771ec07 /.gitignore | |
parent | facts: fix double-counting of CPUs on POWER systems (#58360) (diff) | |
download | ansible-cb68110296af1cd5ee62c032894a7e6608615576.tar.xz ansible-cb68110296af1cd5ee62c032894a7e6608615576.zip |
Clean up ansible-test inventory templates. (#60321)
* Move ansible-test inventory templates.
* Remove obsolete inventoy.remote.template file.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index d0f1ac5f52..e94a9d8a03 100644 --- a/.gitignore +++ b/.gitignore @@ -88,7 +88,6 @@ packaging/release/ansible_release /test/results/logs/*.log /test/results/data/*.json /test/integration/cloud-config-aws.yml -/test/integration/inventory.remote /test/integration/inventory.networking /test/integration/inventory.winrm /test/integration/cloud-config-aws.yml |