1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-23 04:09:04 +00:00
(cherry picked from commit f67473024d)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2022-08-04 21:10:48 +02:00 committed by GitHub
parent bccf77a461
commit 4e13c8b969
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 72 additions and 96 deletions

View file

@ -88,7 +88,7 @@ msg:
description: The command standard output
returned: always
type: str
sample: [u'Using default tag: latest ...']
sample: 'Using default tag: latest ...'
'''
# import module snippets

View file

@ -64,7 +64,7 @@ msg:
description: The command standard output
returned: always
type: str
sample: [u'Using default tag: latest ...']
sample: 'Using default tag: latest ...'
'''
import traceback