Update to 2022-08-31 18:00

This commit is contained in:
Daniel Berteaud
2022-08-31 18:00:16 +02:00
parent c10fd506f3
commit 71ef979f8c
10 changed files with 125 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
- include_tasks: directories.yml
tags: always
- include_tasks: facts.yml
tags: always
- include_tasks: archive_pre.yml
when: drbdtop_install_mode | default('none') == 'upgrade'
tags: always
- include_tasks: install.yml
tags: always
- include_tasks: archive_post.yml
when: drbdtop_install_mode | default('none') == 'upgrade'
tags: always