From a28278ae3edf11cf4c30684534e611dc2d859925 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 26 Oct 2015 11:12:59 -0600 Subject: [PATCH] ansible: add description-setter plugin Some jobs use this plugin. Add it to our master's Ansible configuration. --- ansible/master.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/master.yml b/ansible/master.yml index 2db2d77c..14526ff1 100644 --- a/ansible/master.yml +++ b/ansible/master.yml @@ -30,6 +30,7 @@ - 'copyartifact' - 'github-oauth' - 'mask-passwords' + - 'description-setter' - port: 8080 - prefix: '/build' -- 2.47.3