Skip to content

Commit

Permalink
Merge pull request #14 from CSCfi/ansible24
Browse files Browse the repository at this point in the history
Ansible 2.4 cleanups, remove epel-testing
  • Loading branch information
tiggi authored Nov 1, 2017
2 parents 926351e + 4b7e794 commit 437c942
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ matrix:
env:
- IMAGE_BUILD_PLATFORM=stable-centos7
- IMAGE_BUILD_PLATFORM=devel-centos7
- IMAGE_BUILD_PLATFORM=epel-centos7
# - IMAGE_BUILD_PLATFORM=epel-centos7

install:
- npm install -g validate-dockerfile
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ galaxy_info:
# - Apache
# - CC-BY
license: MIT
min_ansible_version: 2.0
min_ansible_version: 2.4
#
# Below are all platforms currently available. Just uncomment
# the ones that apply to your role. If you don't see your
Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
that: collectd_set_graphite_prefix is not defined
msg: "collectd_set_graphite_prefix is deprecated. See defaults/main.yml"

- include: redhat.yml
- include_tasks: redhat.yml
when: ansible_os_family == "RedHat" and ansible_distribution_major_version == "7"

0 comments on commit 437c942

Please sign in to comment.