1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
{
"minion1": {
"retcode": 0,
"pkg_|-install_network_packages_|-install_network_packages_|-installed": {
"comment": "The following packages were installed/updated: lftp\nThe following packages were already installed: rsync, curl",
"name": "install_network_packages",
"start_time": "08:47:16.061765",
"result": true,
"duration": 11086.334,
"__run_num__": 0,
"__sls__": "nettools",
"changes": {
"lftp": {
"new": "4.6.3a-1build2",
"old": ""
}
},
"__id__": "install_network_packages"
}
},
"minion2": {
"retcode": 0,
"pkg_|-install_network_packages_|-install_network_packages_|-installed": {
"comment": "All specified packages are already installed",
"name": "curl",
"start_time": "08:47:16.152099",
"result": true,
"duration": 426.493,
"__run_num__": 0,
"__sls__": "nettools",
"changes": {},
"__id__": "install_network_packages"
}
}
}
|