Skip to content

Commit

Permalink
Use JSON-C package from CentOS base
Browse files Browse the repository at this point in the history
  • Loading branch information
muffycompo committed Mar 25, 2017
1 parent 65e153e commit 6c8b353
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions roles/radiusdesk/tasks/Coovachilli_RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,7 @@
yum:
name=json-c
state=latest
when: ansible_distribution_major_version < '7'

- name: Installing Updated JSON-C Library for RadiusDesk (RHEL/CentOS 7+ Only)
yum:
name=json-c
enablerepo=maomuffy
state=latest
when: ansible_distribution_major_version >= '7'
disablerepo=maomuffy

- name: Ensuring FirwallD is not installed for CoovaChilli (RHEL/CentOS 7+ Only)
yum:
Expand Down

0 comments on commit 6c8b353

Please sign in to comment.