Removed unused version locking file

This commit is contained in:
Jonathan Strootman 2016-07-27 15:27:49 -07:00
parent f71c07d799
commit bd17d1f704

View file

@ -1,10 +0,0 @@
---
# Trigger Debian section
- name: Include Debian specific Elasticsearch
include: elasticsearch-Debian-version-lock.yml
when: ansible_os_family == 'Debian'
# Trigger Redhat section
- name: Include RedHat specific Elasticsearch
include: elasticsearch-RedHat-version-lock.yml
when: ansible_os_family == 'RedHat'