From 59b8903294a8d5057eb9950dbbaac6c4b58e53b1 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Mon, 8 Jul 2019 14:07:18 +1000 Subject: [PATCH] DCD-434: Ignore changes to installation permissions as we may override the defaults in product_install. --- roles/bitbucket_config/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/bitbucket_config/tasks/main.yml b/roles/bitbucket_config/tasks/main.yml index cf6bcce..4857761 100644 --- a/roles/bitbucket_config/tasks/main.yml +++ b/roles/bitbucket_config/tasks/main.yml @@ -22,3 +22,4 @@ group: "root" mode: "u=rwX,g=rX,o=rX" recurse: true + changed_when: false # For Molecule idempotence check