Removing ssl configuration
This commit is contained in:
parent
ff9a64ba56
commit
796731721c
8 changed files with 18 additions and 186 deletions
|
|
@ -1,10 +1,6 @@
|
|||
---
|
||||
- name: Debian - hold elasticsearch version with apt
|
||||
- name: Debian - hold elasticsearch version
|
||||
become: yes
|
||||
command: apt-mark hold elasticsearch
|
||||
register: hold_elasticsearch_result
|
||||
changed_when: "hold_elasticsearch_result.stdout != 'elasticsearch was already set on hold.'"
|
||||
- name: Debian - hold elasticsearch version with aptitude
|
||||
become: yes
|
||||
command: aptitude hold elasticsearch
|
||||
register: aptitude_hold_elasticsearch_result
|
||||
Loading…
Add table
Add a link
Reference in a new issue