From acfaad3ffa106d2dddc45aa8f6601e5ba4366c57 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 11 Feb 2016 20:17:07 +0000 Subject: [PATCH] Missed this one. Now it's idempotent Signed-off-by: Patrick Uiterwijk --- roles/planet/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/planet/tasks/main.yml b/roles/planet/tasks/main.yml index 0af9b868a6..f5ed81c03a 100644 --- a/roles/planet/tasks/main.yml +++ b/roles/planet/tasks/main.yml @@ -52,7 +52,7 @@ - /srv/planet/config - name: check the selinux context of the planet dir - command: matchpathcon "/srv/planet(/.*)?" + command: matchpathcon "/srv/planet" register: gitcontext always_run: yes changed_when: false