Replace always_run with check_mode
always_run is deprecated, and will be removed in Ansible 2.4. Use check_mode = no instead. Change-Id: I1c7ca15c63d14375318c65e23368074a68e5f36d
This commit is contained in:
parent
c7d9a79485
commit
13ef9cf3bd
@ -67,7 +67,7 @@
|
||||
register: gpgcheck_result
|
||||
changed_when: False
|
||||
failed_when: False
|
||||
always_run: True
|
||||
check_mode: no
|
||||
|
||||
- name: RHEL-07-020150 - Package management tool must verify authenticity of packages
|
||||
debug:
|
||||
|
Loading…
x
Reference in New Issue
Block a user