diff --git a/.travis.yml b/.travis.yml index 9f0244f..92c185e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/meta/main.yml b/meta/main.yml index 0c84161..265568d 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -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 diff --git a/tasks/main.yml b/tasks/main.yml index 4bb4376..0d9129e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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"