Skip to content

Commit

Permalink
Merge dd67b6b into fc264d9
Browse files Browse the repository at this point in the history
  • Loading branch information
nortonluo committed Mar 12, 2018
2 parents fc264d9 + dd67b6b commit be94555
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/graphs/dell-wsman-post-discovery-graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ module.exports = {
waitOn: {
'dell-wsman-get-bios': 'succeeded'
}
},
{
label: 'update-lookups',
taskName: 'Task.Wsman.Update.Lookups',
waitOn: {
'create-wsman-pollers': 'succeeded'
}
}
]
};

0 comments on commit be94555

Please sign in to comment.