summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2016-02-23 10:46:01 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2016-02-23 10:46:01 -0500
commit2d78a81c9f8dd961d2cdf439e3c3fe20024d80ef (patch)
tree6a655798ae72be63f7010627436fa9854861a3b0 /roles
parentdbf8570d9fd6d3a0c065c1e5fb7d38f3b4e8d605 (diff)
parent903add3f1bdd9951644e6b6f97a98035d4aabb8c (diff)
downloadopenshift-2d78a81c9f8dd961d2cdf439e3c3fe20024d80ef.tar.gz
openshift-2d78a81c9f8dd961d2cdf439e3c3fe20024d80ef.tar.bz2
openshift-2d78a81c9f8dd961d2cdf439e3c3fe20024d80ef.tar.xz
openshift-2d78a81c9f8dd961d2cdf439e3c3fe20024d80ef.zip
Merge pull request #1455 from maxamillion/fedora-ansible
remove version requirement from etcd, shouldn't be needed anymore
Diffstat (limited to 'roles')
-rw-r--r--roles/etcd/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/etcd/tasks/main.yml b/roles/etcd/tasks/main.yml
index 1e97b047b..e72509c4d 100644
--- a/roles/etcd/tasks/main.yml
+++ b/roles/etcd/tasks/main.yml
@@ -8,7 +8,7 @@
when: "'ipv4' not in hostvars[inventory_hostname]['ansible_' ~ etcd_interface] or 'address' not in hostvars[inventory_hostname]['ansible_' ~ etcd_interface].ipv4"
- name: Install etcd
- action: "{{ ansible_pkg_mgr }} name=etcd-2.* state=present"
+ action: "{{ ansible_pkg_mgr }} name=etcd state=present"
when: not openshift.common.is_containerized | bool
- name: Pull etcd container