Fixes to include 4.2 changes
This commit is contained in:
parent
5b82bd37f7
commit
8aab436b72
@ -4,7 +4,6 @@
|
|||||||
- name: Update cache
|
- name: Update cache
|
||||||
apt:
|
apt:
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
when: (ansible_facts['distribution'] == "Debian" and ansible_facts['distribution_major_version'] == "9")
|
|
||||||
|
|
||||||
- name: Debian 9 (Stretch)
|
- name: Debian 9 (Stretch)
|
||||||
when: (ansible_facts['distribution'] == "Debian" and ansible_facts['distribution_major_version'] == "9")
|
when: (ansible_facts['distribution'] == "Debian" and ansible_facts['distribution_major_version'] == "9")
|
||||||
|
|||||||
@ -11,4 +11,3 @@
|
|||||||
- "{{ kibana_node_name }}_http.pem"
|
- "{{ kibana_node_name }}_http.pem"
|
||||||
tags:
|
tags:
|
||||||
- security
|
- security
|
||||||
when: install.changed
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user