From 7cdf3d3e3dcd0d917a9a908f104c87dd7fb48fd8 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 18 Jan 2017 22:21:51 +0200 Subject: [PATCH] - Forgot to add Ubuntu Precise to assertions, corrected. --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 811069e..fbde78c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -5,4 +5,4 @@ assert: that: - ansible_os_family in ['OpenBSD', 'Debian'] - - ansible_distribution_release in ['6.0', '5.9', 'xenial', 'trusty', 'jessie', 'wheezy'] + - ansible_distribution_release in ['6.0', '5.9', 'xenial', 'trusty', 'precise', 'jessie', 'wheezy'] -- GitLab