Mark these as always_run (so they run in --check) and never changed (since they are just informational)

This commit is contained in:
Kevin Fenzi 2014-11-13 16:05:32 +00:00
parent 4d77e92fec
commit 41ab725771
2 changed files with 4 additions and 0 deletions

View file

@ -141,6 +141,8 @@
- name: Check if the fedmsg group exists
shell: /usr/bin/getent group fedmsg | /usr/bin/wc -l | tr -d ' '
register: fedmsg_exists
always_run: true
changed_when: "1 != 1"
tags:
- nagios_client