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