Removing unknown parameters
This commit is contained in:
parent
5ad2e18650
commit
b6d23d640e
1 changed files with 1 additions and 1 deletions
|
@ -22,4 +22,4 @@ install:
|
||||||
#- sudo salt-call --local --config=./ --state-output=changes grains.setvals "{ \"user\": \"$(whoami)\", \"group\": \"$(id -g -n $(whoami))\", \"homedir\": \"$HOME\" }"
|
#- sudo salt-call --local --config=./ --state-output=changes grains.setvals "{ \"user\": \"$(whoami)\", \"group\": \"$(id -g -n $(whoami))\", \"homedir\": \"$HOME\" }"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- sudo salt-call --local --config=./ --state-output=changes --log-level=quiet state.apply -retcode-passthrough
|
- sudo salt-call --local --config=./ --state-output=changes --log-level=quiet state.apply
|
||||||
|
|
Loading…
Reference in a new issue