From 69a3e6be01922a52fd4bac9eef12799fec3c818c Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Thu, 1 Dec 2016 22:10:58 +0200 Subject: [PATCH] - Same corrections to Nginx facts. --- playbook.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/playbook.yml b/playbook.yml index b7bc0b3..ad306c5 100644 --- a/playbook.yml +++ b/playbook.yml @@ -49,11 +49,11 @@ - name: Assertions assert: that: - - nginx_facts is defined - - version in nginx_facts - - major in nginx_facts - - nginx_facts.major is number - - nginx_facts.changed == False + - nginx_facts|changed == False + - nginx.major is number + - nginx.minor is number + - nginx.patch is number + - nginx.version is defined - name: DH params for missing file ignore_errors: True -- GitLab