aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Timber <dxdt@dev.snart.me>2024-09-15 02:34:57 +0200
committerDavid Timber <dxdt@dev.snart.me>2024-09-15 02:34:57 +0200
commit9a5024624dd88c1951526a46a6f0b640525f3919 (patch)
tree8392f924d72eb7cf5fd94f84128c2f5b5d433027
parente3f1651d7bf140e28f0e5183648f0f4d5ddccb18 (diff)
Ignore error from dnf group command
-rw-r--r--src/conf/py-sample/conf.d/core.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/conf/py-sample/conf.d/core.json b/src/conf/py-sample/conf.d/core.json
index 0736fd2..fac28a0 100644
--- a/src/conf/py-sample/conf.d/core.json
+++ b/src/conf/py-sample/conf.d/core.json
@@ -54,7 +54,8 @@
"group",
"list",
"--installed"
- ]
+ ],
+ "ec": " >= 0"
},
{
"id": "dpkg-list-installed",