summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/openshift_cfme.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/common/openshift-cluster/openshift_cfme.yml')
-rw-r--r--playbooks/common/openshift-cluster/openshift_cfme.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/playbooks/common/openshift-cluster/openshift_cfme.yml b/playbooks/common/openshift-cluster/openshift_cfme.yml
deleted file mode 100644
index 29966d99e..000000000
--- a/playbooks/common/openshift-cluster/openshift_cfme.yml
+++ /dev/null
@@ -1,25 +0,0 @@
----
-- name: CFME Install Checkpoint Start
- hosts: localhost
- connection: local
- gather_facts: false
- tasks:
- - name: Set CFME install 'In Progress'
- set_stats:
- data:
- installer_phase_cfme: "In Progress"
- aggregate: false
-
-- name: CFME
- include: ../openshift-cfme/config.yml
-
-- name: CFME Install Checkpoint End
- hosts: localhost
- connection: local
- gather_facts: false
- tasks:
- - name: Set CFME install 'Complete'
- set_stats:
- data:
- installer_phase_CFME: "Complete"
- aggregate: false