Merge "Run container-prep role before installing standalone"

This commit is contained in:
Zuul 2022-12-21 11:00:44 +00:00 committed by Gerrit Code Review
commit 5433f70b03
2 changed files with 8 additions and 0 deletions

View File

@ -1,4 +1,8 @@
---
- name: Set proper container params before deploying standalone
include_role:
name: container-prep
- name: Deploy Standalone
include_role:
name: standalone

View File

@ -9,3 +9,7 @@
- name: Prepare the node for installation
include_role:
name: undercloud-setup
- name: Set proper container params
include_role:
name: container-prep