Skip to content

Instantly share code, notes, and snippets.

@jeanneret
Created May 20, 2015 12:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeanneret/eee98469c381f2ec8b24 to your computer and use it in GitHub Desktop.
Save jeanneret/eee98469c381f2ec8b24 to your computer and use it in GitHub Desktop.
updates:
win_update.installed
system.reboot:
module.run
@jeanneret
Copy link
Author

The result after I run my script :

bss-laptop17.blues2.local:

      ID: updates
Function: win_update.installed
  Result: True
 Comment: Failed in the seeking/parsing process:
                    'ascii' codec can't encode character u'\xe0' in position 5: ordinal not in range(128)
          9 tries to go. retrying
          Failed in the seeking/parsing process:
                    'ascii' codec can't encode character u'\xe0' in position 5: ordinal not in range(128)
          8 tries to go. retrying
          Failed in the seeking/parsing process:
                    'ascii' codec can't encode character u'\xe0' in position 5: ordinal not in range(128)
          7 tries to go. retrying
          Failed in the seeking/parsing process:
                    'ascii' codec can't encode character u'\xe0' in position 5: ordinal not in range(128)
          6 tries to go. retrying
          Failed in the seeking/parsing process:
                    'ascii' codec can't encode character u'\xe0' in position 5: ordinal not in range(128)
          5 tries to go. retrying
          Failed in the seeking/parsing process:
                    'ascii' codec can't encode character u'\xe0' in position 5: ordinal not in range(128)
          4 tries to go. retrying
          Failed in the seeking/parsing process:
                    'ascii' codec can't encode character u'\xe0' in position 5: ordinal not in range(128)
          3 tries to go. retrying
          Failed in the seeking/parsing process:
                    'ascii' codec can't encode character u'\xe0' in position 5: ordinal not in range(128)
          2 tries to go. retrying
          Failed in the seeking/parsing process:
                    'ascii' codec can't encode character u'\xe0' in position 5: ordinal not in range(128)
          1 tries to go. retrying
          Failed in the seeking/parsing process:
                    'ascii' codec can't encode character u'\xe0' in position 5: ordinal not in range(128)
          out of retries. this update round failed.
          Download was done without error.
          Install was done without error.
          could not get results, but updates were installed.
 Started: 14:08:33.048000
Duration: 1208221.0 ms
 Changes:

      ID: system.reboot
Function: module.run
  Result: True
 Comment: Module function system.reboot executed
 Started: 14:28:41.414000
Duration: 6264.0 ms
 Changes:

Summary

Succeeded: 2

Failed: 0

Total states run: 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment