mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 21:41:53 +08:00
Fix autocloud backend to work with --check/--diff
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
command: redis-cli --scan --pattern tunirports
|
||||
changed_when: False
|
||||
register: tunirports
|
||||
always_run: true
|
||||
tags:
|
||||
- autocloud
|
||||
- autocloud/backend
|
||||
@@ -85,6 +86,7 @@
|
||||
- gcc
|
||||
- vagrant
|
||||
register: virtualbox_installed
|
||||
always_run: true
|
||||
when: autocloud_specialization == 'virtualbox'
|
||||
notify:
|
||||
- restart fedmsg-hub
|
||||
|
||||
Reference in New Issue
Block a user