diff options
| author | Eric Wolinetz <ewolinet@redhat.com> | 2018-01-24 18:33:16 -0600 | 
|---|---|---|
| committer | Eric Wolinetz <ewolinet@redhat.com> | 2018-01-25 14:27:38 -0600 | 
| commit | 6ececc8d45da31895ac07bb7d835b09666e30548 (patch) | |
| tree | 07de66ca07346018d1999717e8548ac16166c863 /playbooks | |
| parent | 0905e3ffb267317da5ae743f201438e2aca96f86 (diff) | |
| download | openshift-6ececc8d45da31895ac07bb7d835b09666e30548.tar.gz openshift-6ececc8d45da31895ac07bb7d835b09666e30548.tar.bz2 openshift-6ececc8d45da31895ac07bb7d835b09666e30548.tar.xz openshift-6ececc8d45da31895ac07bb7d835b09666e30548.zip | |
Updating deprecations to use callback plugin
Diffstat (limited to 'playbooks')
| -rw-r--r-- | playbooks/deploy_cluster.yml | 8 | 
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 | 
