File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change
1
+ ---
1
2
theme : jekyll-theme-minimal
2
3
logo : https://avatars0.githubusercontent.com/u/47434624
Original file line number Diff line number Diff line change @@ -17,6 +17,5 @@ galaxy_info:
17
17
versions :
18
18
- buster
19
19
- stretch
20
- galaxy_tags : ['libvirt']
21
-
20
+ galaxy_tags : [libvirt]
22
21
dependencies : []
Original file line number Diff line number Diff line change 22
22
environment :
23
23
PATH : " {{ ansible_env.PATH }}:{{ ansible_env.HOME }}/.local/bin"
24
24
- name : List the VM
25
- command : " virsh -c {{ virt_lightning_qemu_uri }} list"
25
+ command : virsh -c {{ virt_lightning_qemu_uri }} list
26
26
register : list_vm
27
27
- name : Assert the VM is in the list
28
28
assert :
34
34
environment :
35
35
PATH : " {{ ansible_env.PATH }}:{{ ansible_env.HOME }}/.local/bin"
36
36
- name : List the VM
37
- command : " virsh -c {{ virt_lightning_qemu_uri }} list"
37
+ command : virsh -c {{ virt_lightning_qemu_uri }} list
38
38
register : list_vm
39
39
- name : Assert the VM is not in the list
40
40
assert :
Original file line number Diff line number Diff line change 6
6
when : dev_mode is defined
7
7
- name : Fetch virt-lightning master branch
8
8
git :
9
- repo : ' https://github.com/virt-lightning/virt-lightning'
9
+ repo : https://github.com/virt-lightning/virt-lightning
10
10
dest : ~/virt-lightning
11
11
when : dev_mode is not defined
12
12
- name : Pip install
You can’t perform that action at this time.
0 commit comments