Added functionality to hold or lock a deb/rpm package to currently installed version if es_version_lock is set to true. Closes #11
This commit is contained in:
parent
2054b0d8ac
commit
f37fa15382
3 changed files with 19 additions and 0 deletions
3
tasks/elasticsearch-Debian-version-lock.yml
Normal file
3
tasks/elasticsearch-Debian-version-lock.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
- name: Debian - hold elasticsearch version
|
||||
command: apt-mark hold elasticsearch
|
||||
Loading…
Add table
Add a link
Reference in a new issue