From 6ececc8d45da31895ac07bb7d835b09666e30548 Mon Sep 17 00:00:00 2001 From: Eric Wolinetz Date: Wed, 24 Jan 2018 18:33:16 -0600 Subject: Updating deprecations to use callback plugin --- playbooks/deploy_cluster.yml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'playbooks/deploy_cluster.yml') 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 -- cgit v1.2.1