summaryrefslogtreecommitdiffstats
path: root/roles/etcd_common/tasks/noop.yml
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-09-08 15:09:27 -0400
committerRussell Teague <rteague@redhat.com>2017-09-08 15:09:27 -0400
commit5f6f5146ec143f16dccc17e1719e240e4f9c5fc1 (patch)
treef0536080b96940fd3a0377af2431d5ca591fb4ad /roles/etcd_common/tasks/noop.yml
parentfaed701d8fd50e7ce6540fd59c2f15fea82de0f6 (diff)
downloadopenshift-5f6f5146ec143f16dccc17e1719e240e4f9c5fc1.tar.gz
openshift-5f6f5146ec143f16dccc17e1719e240e4f9c5fc1.tar.bz2
openshift-5f6f5146ec143f16dccc17e1719e240e4f9c5fc1.tar.xz
openshift-5f6f5146ec143f16dccc17e1719e240e4f9c5fc1.zip
Fix issue with etcd_common when using pre_upgrade tag
Diffstat (limited to 'roles/etcd_common/tasks/noop.yml')
-rw-r--r--roles/etcd_common/tasks/noop.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/etcd_common/tasks/noop.yml b/roles/etcd_common/tasks/noop.yml
new file mode 100644
index 000000000..a88d78235
--- /dev/null
+++ b/roles/etcd_common/tasks/noop.yml
@@ -0,0 +1,4 @@
+---
+# This is file is here because the usage of tags, specifically `pre_upgrade`
+# breaks the functionality of this role.
+# See https://bugzilla.redhat.com/show_bug.cgi?id=1464025