Commit dd873ab
committed
base_image: add become privileges for custom image setup
Add become: true to tasks that require elevated privileges:
- Directory creation in libvirt storage path
- Writing to /etc/virt-builder/repos.d/
This fixes permission errors in CI environments where these
operations need root privileges to access system directories.
Resolves: PermissionError when creating custom image directories
Generated-by: Claude AI
Signed-off-by: Daniel Gomez <[email protected]>1 parent 119812a commit dd873ab
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
172 | 173 | | |
173 | 174 | | |
174 | 175 | | |
| 176 | + | |
175 | 177 | | |
176 | 178 | | |
177 | 179 | | |
| |||
0 commit comments