ensure post-upgrade purge ones only once

pull/1153/head
Matthew Mosesohn 2017-03-23 19:19:51 +03:00
parent 0794a866a7
commit 57ee304260
1 changed files with 1 additions and 0 deletions

View File

@ -4,4 +4,5 @@
environment:
ETCDCTL_API: 2
delegate_to: "{{groups['etcd'][0]}}"
run_once: true
when: kube_apiserver_storage_backend == "etcd3" and needs_etcd_migration|bool|default(false)