summaryrefslogtreecommitdiffstats
path: root/playbooks/deploy_cluster.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/deploy_cluster.yml')
-rw-r--r--playbooks/deploy_cluster.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/playbooks/deploy_cluster.yml b/playbooks/deploy_cluster.yml
index 361553ee4..c8e30ddbc 100644
--- a/playbooks/deploy_cluster.yml
+++ b/playbooks/deploy_cluster.yml
@@ -6,11 +6,3 @@
- import_playbook: openshift-node/private/config.yml
- import_playbook: common/private/components.yml
-
-- name: Print deprecated variable warning message if necessary
- hosts: oo_first_master
- gather_facts: no
- tasks:
- - debug: msg="{{__deprecation_message}}"
- when:
- - __deprecation_message | default ('') | length > 0