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 b0ed43c commit 79cd096
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_freeswitch_version - The Kazoo Freeswitch 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 FreeSwitch
yum:
name: "kazoo-freeswitch-{{ kazoo_freeswitch_version }}.el7.centos"
state: present
name: kazoo-freeswitch
state: latest
notify: Gracefully Restart FreeSwitch

- name: Stop and Disable Default FreeSwitch
Expand Down

0 comments on commit 79cd096

Please sign in to comment.