mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-18 01:24:20 +01:00
6 lines
220 B
YAML
6 lines
220 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.'"
|