Skip to content

Commit

Permalink
Merge pull request #2 from virt-lightning/suggestions-046a8f3
Browse files Browse the repository at this point in the history
Ansible code bot recommendations
  • Loading branch information
goneri authored May 13, 2024
2 parents 046a8f3 + 7eb4cc6 commit 12f909d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
---
theme: jekyll-theme-minimal
logo: https://avatars0.githubusercontent.com/u/47434624
3 changes: 1 addition & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ galaxy_info:
versions:
- buster
- stretch
galaxy_tags: ['libvirt']

galaxy_tags: [libvirt]
dependencies: []
4 changes: 2 additions & 2 deletions tasks/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
environment:
PATH: "{{ ansible_env.PATH }}:{{ ansible_env.HOME }}/.local/bin"
- name: List the VM
command: "virsh -c {{ virt_lightning_qemu_uri }} list"
command: virsh -c {{ virt_lightning_qemu_uri }} list
register: list_vm
- name: Assert the VM is in the list
assert:
Expand All @@ -34,7 +34,7 @@
environment:
PATH: "{{ ansible_env.PATH }}:{{ ansible_env.HOME }}/.local/bin"
- name: List the VM
command: "virsh -c {{ virt_lightning_qemu_uri }} list"
command: virsh -c {{ virt_lightning_qemu_uri }} list
register: list_vm
- name: Assert the VM is not in the list
assert:
Expand Down
2 changes: 1 addition & 1 deletion tasks/venv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
when: dev_mode is defined
- name: Fetch virt-lightning master branch
git:
repo: 'https://github.com/virt-lightning/virt-lightning'
repo: https://github.com/virt-lightning/virt-lightning
dest: ~/virt-lightning
when: dev_mode is not defined
- name: Pip install
Expand Down

0 comments on commit 12f909d

Please sign in to comment.