Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

Commit

Permalink
Update to Prince 12.5 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
fullyint authored Jun 21, 2019
1 parent f0c514d commit 92f3f9b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PrinceXML

[![Build Status](https://img.shields.io/travis/pressbooks/ansible-role-princexml.svg?style=flat-square)](https://travis-ci.org/pressbooks/ansible-role-princexml) [![GitHub release](https://img.shields.io/github/release/pressbooks/ansible-role-princexml.svg?style=flat-square)](https://github.com/pressbooks/ansible-role-princexml/releases/latest)

Installs [PrinceXML](https://princexml.com) on Ubuntu 16.04.
Installs [PrinceXML](https://princexml.com) on Ubuntu 16.04 or 18.04.

Requirements
------------
Expand All @@ -15,13 +15,15 @@ Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

prince_package_uri: https://www.princexml.com/download/prince_11.3-1_ubuntu16.04_amd64.deb
# PrinceXML package URI for Ubuntu 16.04 Xenial. Defaults to latest stable 64-bit.
prince_package_uri_ubuntu_xenial: https://www.princexml.com/download/prince_12.5-1_ubuntu16.04_amd64.deb

The URI of the desired PrinceXML package. Defaults to the latest stable version for Ubuntu 16.04/64-bit.
# PrinceXML package URI for Ubuntu 18.04 Bionic. Defaults to latest stable 64-bit.
prince_package_uri_ubuntu_bionic: https://www.princexml.com/download/prince_12.5-1_ubuntu18.04_amd64.deb

prince_license: ''
# The local path to your PrinceXML `license.dat` file (optional).
prince_license: ""

The local path to your PrinceXML `license.dat` file (optional).

Dependencies
------------
Expand Down
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
prince_package_uri_ubuntu_xenial: https://www.princexml.com/download/prince_11.4-1_ubuntu16.04_amd64.deb
prince_package_uri_ubuntu_bionic: https://www.princexml.com/download/prince_11.4-1_ubuntu18.04_amd64.deb
prince_package_uri_ubuntu_xenial: https://www.princexml.com/download/prince_12.5-1_ubuntu16.04_amd64.deb
prince_package_uri_ubuntu_bionic: https://www.princexml.com/download/prince_12.5-1_ubuntu18.04_amd64.deb
prince_license: ""

0 comments on commit 92f3f9b

Please sign in to comment.