metricbeat/logstash: fix Ansible syntax

This commit is contained in:
Jérémy Lecour 2023-09-13 09:38:44 +02:00 committed by Jérémy Lecour
parent 41004e20b4
commit 53a0e56472
Signed by: jlecour
SSH key fingerprint: SHA256:h+5LgHRKwN9lS0SsdVR5yZPeFlJE4Mt+8UtL4CcP8dY
3 changed files with 3 additions and 2 deletions

View file

@ -32,6 +32,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
* fail2ban: add default variable fail2ban_dbpurgeage_default
* fail2ban: add default variable fail2ban_dbpurgeage_default
* fail2ban: add variable fail2ban_sshd_port to configure sshd port
* metricbeat/logstash: fix Ansible syntax
* kvm-host: release 23.09 for migrate-vm.sh
* nagios-nrpe: add a NRPE check-local command with completion.
* nagios-nrpe: add a proper monitoring plugin for glusterfs (on servers, not for clients)

View file

@ -1,6 +1,6 @@
---
- name: APT sources
ansible.builtin.import_tasks: apt_sources.yml
ansible.builtin.include_tasks: apt_sources.yml
args:
apply:
tags:

View file

@ -1,6 +1,6 @@
---
- name: APT sources
ansible.builtin.import_tasks: apt_sources.yml
ansible.builtin.include_tasks: apt_sources.yml
args:
apply:
tags: