diff options
author | Ruben-Bosch <spam+github@rubenb.nl> | 2019-08-28 01:46:59 +0200 |
---|---|---|
committer | Jordan Borean <jborean93@gmail.com> | 2019-08-28 01:46:59 +0200 |
commit | 5549788c8d30d868fb249ac056100aa21dbf79a0 (patch) | |
tree | 2b6eebd769258fe85733ab02ee5f2011abc21baf /test/integration | |
parent | win modules - standarize regex and regxp as alias (#59037) (diff) | |
download | ansible-5549788c8d30d868fb249ac056100aa21dbf79a0.tar.xz ansible-5549788c8d30d868fb249ac056100aa21dbf79a0.zip |
win_updates: Add flag to only download updates without installing them (#58631)
* win_updates: Add flag to only download updates without installing them
* Fix test
* Fixes ansible-test (pep8)
* Fix integration test
* Fix actual fix.
Diffstat (limited to 'test/integration')
-rw-r--r-- | test/integration/targets/win_updates/tasks/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/win_updates/tasks/tests.yml b/test/integration/targets/win_updates/tasks/tests.yml index 950f5bcc6b..fe54a4b9c8 100644 --- a/test/integration/targets/win_updates/tasks/tests.yml +++ b/test/integration/targets/win_updates/tasks/tests.yml @@ -3,7 +3,7 @@ win_updates: state: invalid register: invalid_state - failed_when: invalid_state.msg != 'state must be either installed or searched' + failed_when: invalid_state.msg != 'state must be either installed, searched or downloaded' - name: ensure log file not present before tests win_file: |