Commit 2dbe639
committed
guestfs: Fix the use of libvirt_uri
When using community.libvirt.virt, the libvirt URI is passed in as a
module parameter. When invoking the "virsh" command, the URI has to
be set via an environment variable, which I forgot to do when
converting the guestfs bringup shell scripts to an Ansible playbook.
Fixes: 45548d2 ("guestfs: Convert scripts/bringup_guestfs.sh to Ansible")
Fixes: 9831f59 ("guestfs: Copy "network" tag steps to guestfs role")
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>1 parent fd202e0 commit 2dbe639
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| |||
75 | 77 | | |
76 | 78 | | |
77 | 79 | | |
| 80 | + | |
| 81 | + | |
78 | 82 | | |
79 | 83 | | |
80 | 84 | | |
| |||
0 commit comments