From f24fb3fb6574b9acda4e2ccffeed557eb42063cd Mon Sep 17 00:00:00 2001 From: Glenn Stewart Date: Wed, 16 Oct 2019 14:45:50 +1100 Subject: [PATCH] ITOPSENG-164 ansible-lint fixes --- roles/product_install/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/product_install/tasks/main.yml b/roles/product_install/tasks/main.yml index 388164c..f136128 100644 --- a/roles/product_install/tasks/main.yml +++ b/roles/product_install/tasks/main.yml @@ -188,7 +188,7 @@ move_binary: true when: - moving_lock_created is succeeded - - moving_lock_created.changed == True + - moving_lock_created.changed # Otherwise directory lock was either already created or # could not be created. Fall back is to continue and install from temp @@ -205,7 +205,7 @@ remote_src: true when: - moving_lock_created is succeeded - - moving_lock_created.changed == True + - moving_lock_created.changed register: copied - name: Create completed_lock once product installer downloaded and copied