commit b42f20b55dca25447e18d5054c8ab9806dfb711a
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Apr 4 18:23:45 2019 +0200
Update to check_mode: no
roles/cgit/make_pkgs_list/tasks/main.yml | 2 +-
roles/distgit/tasks/main.yml | 6 +++---
roles/fedmsg/base/tasks/main.yml | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/roles/cgit/make_pkgs_list/tasks/main.yml
b/roles/cgit/make_pkgs_list/tasks/main.yml
index bcaa4d1..8646338 100644
--- a/roles/cgit/make_pkgs_list/tasks/main.yml
+++ b/roles/cgit/make_pkgs_list/tasks/main.yml
@@ -48,7 +48,7 @@
- name: check the selinux context of the repo list
command: matchpathcon /srv/git/pkgs-git-repos-list
register: gitlistcontext
- always_run: yes
+ check_mode: no
changed_when: false
tags:
- config
diff --git a/roles/distgit/tasks/main.yml b/roles/distgit/tasks/main.yml
index 31d2376..74c68fe 100644
--- a/roles/distgit/tasks/main.yml
+++ b/roles/distgit/tasks/main.yml
@@ -38,7 +38,7 @@
- name: check the selinux context of the distgit root directory
command: matchpathcon /srv/git
register: distgitcontext
- always_run: yes
+ check_mode: no
changed_when: false
tags:
- config
@@ -298,7 +298,7 @@
- name: check the selinux context of the Lookaside Cache root directory
command: matchpathcon /srv/cache
register: lcachecontext
- always_run: yes
+ check_mode: no
changed_when: false
tags:
- config
@@ -352,7 +352,7 @@
- name: check the selinux context of the upload CGI script
command: matchpathcon /srv/web/upload.cgi
register: upcgicontext
- always_run: yes
+ check_mode: no
changed_when: false
tags:
- config
diff --git a/roles/fedmsg/base/tasks/main.yml b/roles/fedmsg/base/tasks/main.yml
index f57c8f6..bf00ac6 100644
--- a/roles/fedmsg/base/tasks/main.yml
+++ b/roles/fedmsg/base/tasks/main.yml
@@ -308,7 +308,7 @@
- name: check semanage ports
command: semanage port -l
register: semanageoutput
- always_run: yes
+ check_mode: no
changed_when: "1 != 1"
tags:
- fedmsg/base