DCD-224: Refactor installer role to work around various quirks.

This commit is contained in:
Steve Smith
2019-05-08 12:13:29 +10:00
parent a5eefe326e
commit 1aa2afc6f2
19 changed files with 86 additions and 68 deletions

View File

@@ -1,5 +1,8 @@
---
- name: Create installation directories if necesary
include_tasks: "create_dirs.yml"
- name: Check for and load cached version
include_tasks: "cached_version_fetch.yml"