diff options
author | Matt Clay <matt@mystile.com> | 2019-08-09 11:06:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-09 11:06:21 -0700 |
commit | cb68110296af1cd5ee62c032894a7e6608615576 (patch) | |
tree | dd19a42673e6a203954d653f9064ec3d7771ec07 /.gitignore | |
parent | 93d9d640380252084855885ad27873b4377898ec (diff) | |
download | ansible-cb68110296af1cd5ee62c032894a7e6608615576.tar.gz |
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 |