Browse Source

Remove unused task-file import

This commit removes an import that no longer exists due
to refactoring.
Michael Gugino 7 years ago
parent
commit
4287155797
1 changed files with 0 additions and 3 deletions
  1. 0 3
      roles/openshift_node/tasks/upgrade_pre.yml

+ 0 - 3
roles/openshift_node/tasks/upgrade_pre.yml

@@ -25,9 +25,6 @@
   - l_docker_upgrade is defined
   - l_docker_upgrade | bool
 
-- import_tasks: upgrade/containerized_upgrade_pull.yml
-  when: openshift_is_containerized | bool
-
 # Prepull the rpms for docker upgrade, but don't install
 - name: download docker upgrade rpm
   command: "{{ ansible_pkg_mgr }} install -y --downloadonly docker{{ '-' + docker_version }}"