From 3a97f730fa1169c4ea37b7650ffcdbf6d3c6d218 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 15 Sep 2018 15:18:18 +0100 Subject: [PATCH] Correct taginfo update job --- roles/taginfo.rb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/roles/taginfo.rb b/roles/taginfo.rb index 05e4bf9bf..9da56f28c 100644 --- a/roles/taginfo.rb +++ b/roles/taginfo.rb @@ -29,9 +29,11 @@ default_attributes( }, :planet => { :current => { - :taginfo => { - :command => "/usr/local/bin/taginfo-update", - :user => "taginfo" + :jobs => { + :taginfo => { + :command => "/usr/local/bin/taginfo-update", + :user => "taginfo" + } } } }, -- 2.43.2