diff --git a/plugins/modules/cdn_endpoints.py b/plugins/modules/cdn_endpoints.py index f7e24e8..9cbac7c 100644 --- a/plugins/modules/cdn_endpoints.py +++ b/plugins/modules/cdn_endpoints.py @@ -191,7 +191,7 @@ def present(self): ) self.module.exit_json(changed=False, endpoint=existing_cdn) self.module.fail_json( - changed=False, msg=error.get("Message"), error=error, endpiont=[] + changed=False, msg=error.get("Message"), error=error, endpoint=[] ) try: diff --git a/plugins/modules/certificate.py b/plugins/modules/certificate.py index 92ad33c..3cb4226 100644 --- a/plugins/modules/certificate.py +++ b/plugins/modules/certificate.py @@ -73,11 +73,13 @@ MIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQDE39Eyyp2QJIp6 IvXELS4L+Wa8dAM4Uk0enV3PJKm2a674Ys0WSle2dzsd1EfpRXMNTt+iPZCyZQIS ... + -----END PRIVATE KEY----- leaf_certificate: | -----BEGIN CERTIFICATE----- MIIF8jCCA9oCCQDHvZvzJneVuzANBgkqhkiG9w0BAQsFADCBujELMAkGA1UEBhMC VVMxETAPBgNVBAgMCE1pY2hpZ2FuMRQwEgYDVQQHDAtHcmFuZCBCbGFuYzETMBEG ... + -----END CERTIFICATE----- - name: Create Let's Encrypt certificate digitalocean.cloud.certificate: diff --git a/plugins/modules/monitoring_alert_policy.py b/plugins/modules/monitoring_alert_policy.py index 01acb7d..d67dfcd 100644 --- a/plugins/modules/monitoring_alert_policy.py +++ b/plugins/modules/monitoring_alert_policy.py @@ -34,7 +34,7 @@ required: true compare: description: - - Comparision. + - Comparison. type: str required: true choices: ["GreaterThan", "LessThan"] @@ -246,7 +246,7 @@ def create_monitoring_alert_policy(self): body = { "alerts": self.alerts, "compare": self.compare, - "desciption": self.description, + "description": self.description, "enabled": self.enabled, "entities": self.entities, "tags": self.tags, diff --git a/plugins/modules/volume_action.py b/plugins/modules/volume_action.py index b064ece..6cfd7f7 100644 --- a/plugins/modules/volume_action.py +++ b/plugins/modules/volume_action.py @@ -132,7 +132,7 @@ - Attached volume test-vol in nyc3 to test-droplet - Volume test-vol in nyc3 not attached to test-droplet - Detached volume test-vol in nyc3 from test-droplet - - Volume test-vol in nyc3 would be attahed to test-droplet + - Volume test-vol in nyc3 would be attached to test-droplet - Volume test-vol in nyc3 would be detached from test-droplet """