diff options
author | Abhijeet Kasurde <akasurde@redhat.com> | 2024-05-24 01:15:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-24 01:15:02 +0200 |
commit | 3af9d0f189d2b053536bea4283afc31cabaefdcf (patch) | |
tree | b29444e9969d0b87e52f893be7c036b23152089d /test/integration/targets/apt/tasks/apt.yml | |
parent | filter: update the documentation for win_splitdrive (#83301) (diff) | |
download | ansible-3af9d0f189d2b053536bea4283afc31cabaefdcf.tar.xz ansible-3af9d0f189d2b053536bea4283afc31cabaefdcf.zip |
apt_*: add more info message while updating apt cache (#83230)
Fixes: #77941
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'test/integration/targets/apt/tasks/apt.yml')
-rw-r--r-- | test/integration/targets/apt/tasks/apt.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/apt/tasks/apt.yml b/test/integration/targets/apt/tasks/apt.yml index dba6b265eb..64e00d3ca9 100644 --- a/test/integration/targets/apt/tasks/apt.yml +++ b/test/integration/targets/apt/tasks/apt.yml @@ -328,7 +328,7 @@ - name: verify logical error message assert: that: - - "'Failed to fetch' in apt_result['msg']" + - "'Failed to update apt cache' in apt_result['msg']" - "'403' in apt_result['msg']" - name: Clean up |