mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 17:52:28 +08:00
always run tasks that register variables so later plays that depend on them work in check/diff mode
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
failed_when: no
|
||||
changed_when: no
|
||||
register: transfer_state
|
||||
always_run: yes
|
||||
|
||||
- name: Replace default labcontroller.conf file
|
||||
template:
|
||||
|
||||
Reference in New Issue
Block a user