Comment systemd masked option for elastic service for now

The ansible role is executing fine the first time executing the tasks, but only the first time.
This commit is contained in:
ionutboangiu
2023-07-20 12:26:58 -04:00
committed by Dan Christian Bogos
parent e5b7b91799
commit d091ab7d03

View File

@@ -33,7 +33,7 @@
name: elasticsearch.service
enabled: "{{ elasticsearch_service_enabled }}"
state: "{{ elasticsearch_service_state }}"
masked: "{{ elasticsearch_service_masked }}"
# masked: "{{ elasticsearch_service_masked }}"
- name: Configure Elasticsearch
become: true