Skip to content

Commit bcead8e

Browse files
committed
clean up
1 parent 10869b7 commit bcead8e

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

tasks/main.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,15 @@
88
state: present
99
become: true
1010

11-
- name: update curl and ca certificates
12-
ansible.builtin.dnf:
13-
name:
14-
- curl
15-
- ca-certificates
16-
# - requests
17-
state: latest
18-
allowerasing: true
19-
become: true
20-
21-
2211
- name: Ensure python3-requests is installed
2312
ansible.builtin.package:
2413
name: python3-requests
2514
state: present
2615
become: yes
2716

28-
2917
- name: Import ome.docker role
3018
ansible.builtin.import_role:
3119
name: ome.docker
32-
#vars:
33-
# docker_systemd_setup: false
3420

3521

3622
- name: Check if a elastic node data folder exists
@@ -114,10 +100,6 @@
114100
when: not elastic_node_data_folder.stat.exists
115101

116102

117-
#- name: deploy optm.yml
118-
# ansible.builtin.include_tasks: optm.yml
119-
# when: not elastic_node_data_folder.stat.exists
120-
121103
- name: deploy elasticsearch cluster
122104
ansible.builtin.include_tasks: elasticsearch.yml
123105
when: not elastic_node_data_folder.stat.exists

0 commit comments

Comments
 (0)