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:
Matthew Keeler 2017-01-15 13:14:00 -06:00 committed by Jesse Pretorius (odyssey4me)
parent c7d9a79485
commit 13ef9cf3bd

View File

@ -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: