mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
In ansible 2.2 always_run is depreciated. Switch to check_mode.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
- name: check if dnf-automatic.timer is active
|
||||
command: systemctl is-active dnf-automatic.timer
|
||||
register: automaticative
|
||||
always_run: yes
|
||||
check_mode: no
|
||||
changed_when: 1 != 1
|
||||
ignore_errors: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user