Skip to content

Commit

Permalink
Added Ansible 2.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdyson committed May 22, 2018
1 parent 53b5013 commit 1d29572
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ env:
version: '9'
- distribution: 'ubuntu'
version: '16.04'
- distribution: 'ubuntu'
version: '18.04'

before_install:
- 'export container_id=$(date +%s)'
Expand Down
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2010-2017 Ontic. (http://www.ontic.com.au). All rights reserved.
Copyright (c) 2010-2018 Ontic. (http://www.ontic.com.au). All rights reserved.

Each Ontic source file included in this distribution is subject to the New BSD license
that is bundled with this package in the LICENSE file. To understand any restrictions on
Expand Down
3 changes: 2 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ galaxy_info:
description: 'This role installs Certbot on RedHat/CentOS and Debian/Ubuntu Linux servers.'
company: 'Ontic'
license: 'BSD-3-Clause'
min_ansible_version: '2.3'
min_ansible_version: '2.4'
platforms:
- name: 'Ubuntu'
versions:
- 'xenial'
- 'bionic'
- name: 'Debian'
versions:
- 'stretch'
Expand Down
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
- 'configure'
- 'service'

- include_tasks: 'package.yml'
- import_tasks: 'package.yml'
tags:
- 'certbot'
- 'certbot-package'
- 'package'

- include_tasks: 'configure.yml'
- import_tasks: 'configure.yml'
tags:
- 'certbot'
- 'certbot-configure'
Expand Down
3 changes: 2 additions & 1 deletion tests/test-verify.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/bash

# Copyright (c) Ontic. (http://www.ontic.com.au). All rights reserved.
# See the COPYING file bundled with this package for license details.

0 comments on commit 1d29572

Please sign in to comment.