diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-28 13:32:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-28 13:32:56 -0500 |
commit | 8755f3279980fb9d3dc9166c197975f243893c72 (patch) | |
tree | a5444e6000f33e089db4f4b025a3d3a46dba4baa | |
parent | b6af2d0e1fb471c9bc5f7e41d077ba50f7b842d0 (diff) | |
parent | 324ad226ab745b2b18ddc19ef9db0af91852e1cc (diff) | |
download | openshift-8755f3279980fb9d3dc9166c197975f243893c72.tar.gz openshift-8755f3279980fb9d3dc9166c197975f243893c72.tar.bz2 openshift-8755f3279980fb9d3dc9166c197975f243893c72.tar.xz openshift-8755f3279980fb9d3dc9166c197975f243893c72.zip |
Merge pull request #6295 from mtnbikenc/remove-etcd-file
Remove unused task file from etcd role
-rw-r--r-- | roles/etcd/tasks/fetch_backup.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/roles/etcd/tasks/fetch_backup.yml b/roles/etcd/tasks/fetch_backup.yml deleted file mode 100644 index a28db3d66..000000000 --- a/roles/etcd/tasks/fetch_backup.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -- include_tasks: backup/vars.yml - -- include_tasks: backup/archive.yml - -- include_tasks: backup/sync_backup.yml - -- include_tasks: backup/ |