Update to 2022-02-27 19:00

This commit is contained in:
Daniel Berteaud
2022-02-27 19:00:06 +01:00
parent 30c751e485
commit be7a659353
5 changed files with 40 additions and 23 deletions

View File

@@ -7,7 +7,7 @@
- include_tasks: facts.yml
tags: always
- include_tasks: archive_pre.yml
when: bookstack_install_mode == 'upgrade'
when: bookstack_install_mode | default('none') == 'upgrade'
tags: always
- include_tasks: install.yml
tags: always
@@ -18,7 +18,7 @@
- include_tasks: write_version.yml
tags: always
- include_tasks: archive_post.yml
when: bookstack_install_mode == 'upgrade'
when: bookstack_install_mode | default('none') == 'upgrade'
tags: always
- include_tasks: cleanup.yml
tags: always