Commit 4680fce
committed
devconfig: ensure unattended-upgrades is not installed on debian
We already remove the package on debian bringups when downloading a
an official but-not-guestfs-official (and so debian custom) image to
build our base images for our guests. Now that we have that stop-gap
measure, be sure we just fail if the package happens to be installed,
and complain to the user about it.
We can easily fix this with just two command so recommend that.
Signed-off-by: Luis Chamberlain <[email protected]>1 parent 5f51fd2 commit 4680fce
File tree
1 file changed
+22
-0
lines changed- playbooks/roles/devconfig/tasks/install-deps/debian
1 file changed
+22
-0
lines changedLines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
2 | 24 | | |
3 | 25 | | |
4 | 26 | | |
| |||
0 commit comments