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

@@ -1,5 +1,8 @@
---
- include: facts.yml
- include: install.yml
- include: cleanup.yml
- include_tasks: facts.yml
tags: always
- include_tasks: install.yml
tags: always
- include_tasks: cleanup.yml
tags: always