Skip to content

Commit

Permalink
Fix broken quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored Dec 28, 2024
1 parent 667881d commit 8b2c0bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/docker_image_pull.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
options:
name:
description:
- Image name. Name format must be one of V(name), V(repository/name), or V(registry_server:port/name). - The name can
optionally include the tag by appending V(:tag_name), or it can contain a digest by appending V(@hash:digest).
- Image name. Name format must be one of V(name), V(repository/name), or V(registry_server:port/name).
- The name can optionally include the tag by appending V(:tag_name), or it can contain a digest by appending V(@hash:digest).
type: str
required: true
tag:
Expand Down
4 changes: 2 additions & 2 deletions plugins/modules/docker_image_push.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
options:
name:
description:
- Image name. Name format must be one of V(name), V(repository/name), or V(registry_server:port/name). - The name can
optionally include the tag by appending V(:tag_name), or it can contain a digest by appending V(@hash:digest).
- Image name. Name format must be one of V(name), V(repository/name), or V(registry_server:port/name).
- The name can optionally include the tag by appending V(:tag_name), or it can contain a digest by appending V(@hash:digest).
type: str
required: true
tag:
Expand Down

0 comments on commit 8b2c0bf

Please sign in to comment.