small changes to main.yml

This commit is contained in:
muppeth 2023-01-04 01:41:02 +01:00
parent 75b694f78e
commit 7730a68c9b
Signed by: muppeth
GPG Key ID: 0EBC7B9848D04031
1 changed files with 2 additions and 4 deletions

View File

@ -13,12 +13,10 @@
path: '{{ pleroma_app_dir }}/release'
register: pleroma_release
- name: '[Main] - Install pleroma'
include_tasks: install.yml
- include: install.yml
when: pleroma_release.stat.exists == False
- name: '[Main] - Upgrade pleroma'
include_tasks: upgrade.yml
- include: upgrade.yml
tags:
- upgrade
- never