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:
@@ -53,7 +53,7 @@
|
||||
- name: Check if python-client has ever been installed
|
||||
command: "python -c 'import openqa_client'"
|
||||
register: instclient
|
||||
always_run: true
|
||||
check_mode: no
|
||||
changed_when: "1 != 1"
|
||||
failed_when: "1 != 1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user