Last active
April 11, 2020 07:26
-
-
Save github-somerandomguy-xyz/54f8373f6b3544c3dceaa0c3d341db2a to your computer and use it in GitHub Desktop.
Facts will be available as 'ansible_libvirt_pools'
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Facts will be available as 'ansible_libvirt_pools' | |
- name: gather facts on existing virsh pool | |
virt_pool: | |
command: facts | |
uri: "{{ libvirt_uri }}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment