Fixes to include 4.2 changes

This commit is contained in:
Gonzalo Acuña 2021-12-02 15:28:06 -03:00
parent 5b82bd37f7
commit 8aab436b72
No known key found for this signature in database
GPG Key ID: 646BA79A313A2270
2 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@
- name: Update cache
apt:
update_cache: yes
when: (ansible_facts['distribution'] == "Debian" and ansible_facts['distribution_major_version'] == "9")
- name: Debian 9 (Stretch)
when: (ansible_facts['distribution'] == "Debian" and ansible_facts['distribution_major_version'] == "9")

View File

@ -11,4 +11,3 @@
- "{{ kibana_node_name }}_http.pem"
tags:
- security
when: install.changed