diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2024-05-14 23:22:55 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2024-05-14 23:22:55 +0200 |
commit | 0625a6bc0cb322d67f2bd6dc2230174222ff386d (patch) | |
tree | 6d2af110a9c1449aaa59923f0f2ee04447944c46 /roles/gitea/tasks/main.yml | |
parent | 45057fbd5a429220651b91b2c1ff4d52d9764c21 (diff) | |
download | ansible_collection-0625a6bc0cb322d67f2bd6dc2230174222ff386d.tar.gz |
gitea remove deprecated include
Diffstat (limited to 'roles/gitea/tasks/main.yml')
-rw-r--r-- | roles/gitea/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/gitea/tasks/main.yml b/roles/gitea/tasks/main.yml index 10610cc..77391ec 100644 --- a/roles/gitea/tasks/main.yml +++ b/roles/gitea/tasks/main.yml @@ -78,7 +78,7 @@ ignore_errors: yes - name: perform update - include: update.yml + include_tasks: update.yml when: - (not gitea_bin_stat.stat.exists) or (gitea_bin_stat.stat.checksum != gitea_sha256) |