Update to 2022-02-28 18:00

This commit is contained in:
Daniel Berteaud
2022-02-28 18:00:08 +01:00
parent 4fc2784765
commit a2615486bb
12 changed files with 103 additions and 82 deletions

View File

@@ -107,7 +107,7 @@
get_url:
url: "{{ unifi_archive_url }}"
dest: "{{ unifi_root_dir }}/tmp"
checksum: "sha1:{{ unifi_archive_sha1 }}"
checksum: "sha256:{{ unifi_archive_sha256 }}"
when: unifi_install_mode != 'none'
tags: unifi
@@ -236,4 +236,5 @@
copy: content={{ unifi_version }} dest={{ unifi_root_dir }}/meta/ansible_version
tags: unifi
- include: filebeat.yml
- include_tasks: filebeat.yml
tags: always