Mark these as always_run (so they run in --check) and never changed (since they are just informational)
This commit is contained in:
parent
4d77e92fec
commit
41ab725771
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue