Skip to content

Commit

Permalink
Merge pull request #8 from radiorabe/fix/typo
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
smirta authored Jun 8, 2024
2 parents a6d70e4 + d663363 commit e6356c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/libvirt/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
name: "{{ libvirt_libvirt_service_name }}"

- name: Check if storage pool {{ libvirt_storage_pool_name }} already exists, do nothing if it does
cansible.builtin.command: virsh pool-info {{ libvirt_storage_pool_name }}
ansible.builtin.command: virsh pool-info {{ libvirt_storage_pool_name }}
register: result
ignore_errors: true

Expand Down

0 comments on commit e6356c6

Please sign in to comment.