Nextcloud: Remove fixes - they are not necessary anymore
This commit is contained in:
parent
207a32e92f
commit
7f42bc9fd2
2 changed files with 0 additions and 11 deletions
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
- name: "fixes: {{ instance.name }}: https://github.com/nextcloud/server/pull/29123"
|
||||
get_url:
|
||||
url: https://raw.githubusercontent.com/nextcloud/server/240eb0258572843d76a3c3bab7a52c66afc31001/lib/private/Security/VerificationToken/CleanUpJob.php
|
||||
dest: "{{ nextcloud_install_path }}/lib/private/Security/VerificationToken/CleanUpJob.php"
|
||||
owner: "{{ instance.user }}"
|
||||
group: "{{ instance.user }}"
|
||||
when: nc_installed_version.stdout is version ('22.2.0','<=')
|
|
@ -35,8 +35,5 @@
|
|||
- import_tasks: configuration.yml
|
||||
tags: configuration
|
||||
|
||||
- import_tasks: fixes.yml
|
||||
tags: fixes
|
||||
|
||||
- import_tasks: fail2ban.yml
|
||||
tags: fail2ban
|
||||
|
|
Loading…
Reference in a new issue