Skip to content

Instantly share code, notes, and snippets.

@github-somerandomguy-xyz
Created April 9, 2020 20:12
Show Gist options
  • Save github-somerandomguy-xyz/e323808e4bc7efd498e7cd6088b4b505 to your computer and use it in GitHub Desktop.
Save github-somerandomguy-xyz/e323808e4bc7efd498e7cd6088b4b505 to your computer and use it in GitHub Desktop.
create a image_pool_dir
- name: create a image_pool_dir
file:
path: "{{ image_pool_dir }}"
owner: "{{ ansible_user }}"
group: libvirt
recurse: yes
mode: '0755'
become: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment