From ac1dde259eb326843ff61e325b55e1459952a00e Mon Sep 17 00:00:00 2001 From: Mischa ter Smitten Date: Thu, 22 Nov 2018 21:39:43 +0100 Subject: [PATCH] Consistency changes --- .travis.yml | 4 +++- meta/main.yml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3be1c82..8a498a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,10 @@ python: "2.7" env: - ANSIBLE_VERSION=latest + - ANSIBLE_VERSION=2.7.2 - ANSIBLE_VERSION=2.7.1 - ANSIBLE_VERSION=2.7.0 + - ANSIBLE_VERSION=2.6.8 - ANSIBLE_VERSION=2.6.7 - ANSIBLE_VERSION=2.6.6 - ANSIBLE_VERSION=2.6.5 @@ -59,7 +61,7 @@ script: && (echo 'Idempotence test: pass' && exit 0) || (echo 'Idempotence test: fail' && exit 1) - - if [ "$ANSIBLE_VERSION" = "latest" ]; then ansible-lint tests/test.yml || true; fi + - if [ "$ANSIBLE_VERSION" = "latest" ]; then ansible-lint tests/test.yml; fi notifications: email: false diff --git a/meta/main.yml b/meta/main.yml index 0642d19..7c061e2 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,6 +1,7 @@ # meta file for postfix --- galaxy_info: + role_name: postfix author: Mischa ter Smitten company: Oefenweb.nl B.V. description: Set up a postfix server in Debian-like systems