Created
April 9, 2020 20:12
-
-
Save github-somerandomguy-xyz/e323808e4bc7efd498e7cd6088b4b505 to your computer and use it in GitHub Desktop.
create a image_pool_dir
This file contains hidden or 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
- 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