From 9848b4eb85d60ee2bf14dcb1ef7085a2886651c2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 22 Nov 2017 00:40:49 +0000 Subject: [PATCH] this is just gathering information it should not ever show changed --- roles/copr/backend/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/copr/backend/tasks/main.yml b/roles/copr/backend/tasks/main.yml index e997a0bf4d..8ca25f02f3 100644 --- a/roles/copr/backend/tasks/main.yml +++ b/roles/copr/backend/tasks/main.yml @@ -162,6 +162,7 @@ - command: "ls -dZ /var/lib/copr/public_html/" register: public_html_ls check_mode: no + changed_when: False - name: update selinux context for results if root folder does not have proper type command: "restorecon -vvRF /var/lib/copr/public_html/"