Fix autocloud backend to work with --check/--diff
This commit is contained in:
parent
b984c1bad1
commit
ed3cc1809c
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
||||||
command: redis-cli --scan --pattern tunirports
|
command: redis-cli --scan --pattern tunirports
|
||||||
changed_when: False
|
changed_when: False
|
||||||
register: tunirports
|
register: tunirports
|
||||||
|
always_run: true
|
||||||
tags:
|
tags:
|
||||||
- autocloud
|
- autocloud
|
||||||
- autocloud/backend
|
- autocloud/backend
|
||||||
|
@ -85,6 +86,7 @@
|
||||||
- gcc
|
- gcc
|
||||||
- vagrant
|
- vagrant
|
||||||
register: virtualbox_installed
|
register: virtualbox_installed
|
||||||
|
always_run: true
|
||||||
when: autocloud_specialization == 'virtualbox'
|
when: autocloud_specialization == 'virtualbox'
|
||||||
notify:
|
notify:
|
||||||
- restart fedmsg-hub
|
- restart fedmsg-hub
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue