files = { '/test123': { 'content': 'HALLO WELT!!11 ' + node.metadata.get('domain'), } } actions = { 'schieber': { 'command': 'mv /test123 /test456', 'needs': [ 'file:/test123', ], }, }