In ansible 2.2 always_run is depreciated. Switch to check_mode.
This commit is contained in:
parent
1fe7e9264d
commit
b1a2d105c9
67 changed files with 124 additions and 124 deletions
|
@ -39,7 +39,7 @@
|
|||
- name: check to see if its even installed yet
|
||||
shell: semodule -l | grep fi-collectd-fcomm | wc -l
|
||||
register: ficfcomm_grep
|
||||
always_run: True
|
||||
check_mode: no
|
||||
changed_when: "'0' in ficfcomm_grep.stdout"
|
||||
tags:
|
||||
- collectd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue