diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-08-14 11:30:33 -0400 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-08-14 11:30:33 -0400 |
commit | 416866bc973f1b9549d8e3eafb7a0474a9d81b90 (patch) | |
tree | 36971f934942f03c49b999034a226307855df3d3 /roles/etcd/tasks | |
parent | 6d58f40479a15d31f96b8eb13e7b480ae1416a6f (diff) | |
parent | a5a75ed355b02d6729c492ac14091a6c8ff29514 (diff) | |
download | openshift-416866bc973f1b9549d8e3eafb7a0474a9d81b90.tar.gz openshift-416866bc973f1b9549d8e3eafb7a0474a9d81b90.tar.bz2 openshift-416866bc973f1b9549d8e3eafb7a0474a9d81b90.tar.xz openshift-416866bc973f1b9549d8e3eafb7a0474a9d81b90.zip |
Merge pull request #466 from sdodson/require-etcd-2
Require etcd-2.*
Diffstat (limited to 'roles/etcd/tasks')
-rw-r--r-- | roles/etcd/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/etcd/tasks/main.yml b/roles/etcd/tasks/main.yml index 79a91dfde..27bfb7de9 100644 --- a/roles/etcd/tasks/main.yml +++ b/roles/etcd/tasks/main.yml @@ -1,6 +1,6 @@ --- - name: Install etcd - yum: pkg=etcd state=present + yum: pkg=etcd-2.* state=present - name: Validate permissions on the config dir file: |