Skip to content

Commit

Permalink
Do not hard code versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tnewman committed Oct 8, 2017
1 parent fefc51c commit 7898fc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ None
Role Variables
--------------

User Variables
- kazoo_kamailio_version - The Kazoo Kamailio version to install
from the 2600hz repo. kazoo-ansible manages the version by default.
None

Dependencies
------------
Expand Down
2 changes: 0 additions & 2 deletions defaults/main.yml

This file was deleted.

4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
- name: Install Kamailio
yum:
name: "kazoo-kamailio-{{ kazoo_kamailio_version }}.el7.centos"
state: present
name: "kazoo-kamailio"
state: latest
notify: Restart Kamailio

- name: Stop and Disable Default Kamailio
Expand Down

0 comments on commit 7898fc1

Please sign in to comment.