summaryrefslogtreecommitdiff
diff options
-rw-r--r--units/networking/jobs.pxu4
1 files changed, 3 insertions, 1 deletions
diff --git a/units/networking/jobs.pxu b/units/networking/jobs.pxu
index c5f5c9f..b697b84 100644
--- a/units/networking/jobs.pxu
+++ b/units/networking/jobs.pxu
@@ -80,8 +80,10 @@ _description: Try to enable a remote printer on the network and print a test pag
plugin: shell
category_id: com.canonical.plainbox::networking
+template-engine: jinja2
id: networking/predictable_names
command: network_predictable_names
_summary: Verify that all network interfaces have predictable names.
_description: Verify that all network interfaces have predictable names.
-
+requires:
+ {% if __on_ubuntucore__ %}lsb.release >= '20'{% else %}lsb.release >= '18'{% endif %}