diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-10-25 09:54:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-25 09:54:34 -0400 |
commit | 85381f27fb953be2a2edc54991c4ae0556f5cc5f (patch) | |
tree | f7cce16ed5ff86dd2dcee643dada5a1e834edc65 /playbooks | |
parent | 1f28e81f3e5704f21e26b905fcbadcd7d87482a4 (diff) | |
parent | e410374a73b5cba0ffaa6edb292acb41bae4bf14 (diff) | |
download | openshift-85381f27fb953be2a2edc54991c4ae0556f5cc5f.tar.gz openshift-85381f27fb953be2a2edc54991c4ae0556f5cc5f.tar.bz2 openshift-85381f27fb953be2a2edc54991c4ae0556f5cc5f.tar.xz openshift-85381f27fb953be2a2edc54991c4ae0556f5cc5f.zip |
Merge pull request #2664 from sdodson/bz1387529
[upgrades] Fix containerized node
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/containerized_node_upgrade.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/containerized_node_upgrade.yml b/playbooks/common/openshift-cluster/upgrades/containerized_node_upgrade.yml index 32a3636aa..439df5ffd 100644 --- a/playbooks/common/openshift-cluster/upgrades/containerized_node_upgrade.yml +++ b/playbooks/common/openshift-cluster/upgrades/containerized_node_upgrade.yml @@ -1,5 +1,3 @@ -- include_vars: ../../../../roles/openshift_node/vars/main.yml - - name: Update systemd units include: ../../../../roles/openshift_node/tasks/systemd_units.yml openshift_version={{ openshift_image_tag }} |