summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-node/image_prep.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/common/openshift-node/image_prep.yml')
-rw-r--r--playbooks/common/openshift-node/image_prep.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/playbooks/common/openshift-node/image_prep.yml b/playbooks/common/openshift-node/image_prep.yml
index fc06621ee..3c042acdc 100644
--- a/playbooks/common/openshift-node/image_prep.yml
+++ b/playbooks/common/openshift-node/image_prep.yml
@@ -1,15 +1,12 @@
---
- name: normalize groups
- include: ../../byo/openshift-cluster/initialize_groups.yml
+ include: ../../init/evaluate_groups.yml
-- name: run the std_include
- include: ../openshift-cluster/evaluate_groups.yml
+- name: initialize the facts
+ include: ../../init/facts.yml
-- name: run the std_include
- include: ../openshift-cluster/initialize_facts.yml
-
-- name: run the std_include
- include: ../openshift-cluster/initialize_openshift_repos.yml
+- name: initialize the repositories
+ include: ../../init/repos.yml
- name: run node config setup
include: setup.yml
@@ -19,3 +16,6 @@
- name: Re-enable excluders
include: enable_excluders.yml
+
+- name: Remove any undesired artifacts from build
+ include: clean_image.yml