Add 500 as a success return code for dellcommandupdate
This commit is contained in:
parent
644e5e9eb5
commit
dc525fdf78
13
dell-command-update.sls
Normal file
13
dell-command-update.sls
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
include:
|
||||||
|
- chocolatey
|
||||||
|
|
||||||
|
Install dellcommandupdate:
|
||||||
|
chocolatey.installed:
|
||||||
|
- name: dellcommandupdate
|
||||||
|
- require:
|
||||||
|
- sls: chocolatey
|
||||||
|
|
||||||
|
Run dellcommandupdate:
|
||||||
|
cmd.run:
|
||||||
|
- name: '"C:\Program Files (x86)\Dell\CommandUpdate\dcu-cli.exe" /applyUpdates'
|
||||||
|
- success_retcodes: [0, 500]
|
Loading…
Reference in New Issue
Block a user