mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-26 15:55:56 +02:00
Update to 2022-02-28 18:00
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user