mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-17 17:14:20 +01:00
5 lines
219 B
YAML
5 lines
219 B
YAML
---
|
|
- name: Debian - hold elasticsearch version
|
|
command: apt-mark hold elasticsearch
|
|
register: hold_elasticsearch_result
|
|
changed_when: "hold_elasticsearch_result.stdout != 'elasticsearch was already set on hold.'" |