Explorar el Código

Remove unused task-file import

This commit removes an import that no longer exists due
to refactoring.
Michael Gugino hace 7 años
padre
commit
4287155797
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  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 }}"