diff --git a/plugins/modules/gcp_compute_snapshot.py b/plugins/modules/gcp_compute_snapshot.py index b5e0c68..e33d436 100644 --- a/plugins/modules/gcp_compute_snapshot.py +++ b/plugins/modules/gcp_compute_snapshot.py @@ -236,8 +236,8 @@ description: type: str storageBytes: description: - - A size of the the storage used by the snapshot. As snapshots share storage, this - number is expected to change with snapshot creation/deletion. + - A size of the storage used by the snapshot. As snapshots share storage, this number + is expected to change with snapshot creation/deletion. returned: success type: int licenses: diff --git a/plugins/modules/gcp_compute_snapshot_info.py b/plugins/modules/gcp_compute_snapshot_info.py index 01033ef..cb75b48 100644 --- a/plugins/modules/gcp_compute_snapshot_info.py +++ b/plugins/modules/gcp_compute_snapshot_info.py @@ -144,8 +144,8 @@ resources: type: str storageBytes: description: - - A size of the the storage used by the snapshot. As snapshots share storage, - this number is expected to change with snapshot creation/deletion. + - A size of the storage used by the snapshot. As snapshots share storage, this + number is expected to change with snapshot creation/deletion. returned: success type: int licenses: