Browse Source

Merge pull request #2962 from sdodson/fix-etcd-backup

upgrades - Fix logic error about when to backup etcd
Scott Dodson 8 years ago
parent
commit
e138b67d12

+ 1 - 1
playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml

@@ -29,7 +29,7 @@
 
 - name: Backup etcd
   include: ./etcd/backup.yml
-  when: openshift_upgrade_skip_etcd_backup | default(false) | bool
+  when: not openshift_upgrade_skip_etcd_backup | default(false) | bool
 
 - name: Upgrade master packages
   hosts: oo_masters_to_config