We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb73dec commit 760ce28Copy full SHA for 760ce28
playbooks/roles/bringup_guestfs/tasks/main.yml
@@ -50,6 +50,9 @@
50
tags: ['storage-pool-path']
51
52
- name: Create storage pool path directory and set group if using (libvirt system uri)
53
+ become: yes
54
+ become_flags: 'su - -c'
55
+ become_method: sudo
56
file:
57
path: "{{ libvirt_storage_pool_path }}"
58
state: directory
0 commit comments