We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating a zone with wrong vpc-name results in wrong output. The playbook is not aborting, instead it runs through:
sample play:
- hosts: localhost tasks: - name: Create private zone opentelekomcloud.cloud.dns_zone: cloud: otc name: tinozone2 state: present zone_type: "private" router: "vpc-tino" register: zone
ok: [localhost] => { "changed": false, "invocation": { "module_args": { "api_timeout": null, "auth": null, "auth_type": null, "ca_cert": null, "client_cert": null, "client_key": null, "description": null, "email": null, "interface": "public", "name": "tinozone2", "region_name": null, "router": "vpc-tino", "sdk_log_level": "WARN", "sdk_log_path": null, "state": "present", "timeout": 180, "ttl": null, "validate_certs": null, "wait": true, "zone_type": "private" } }, "message": "No Router found with name or id: vpc-tino" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Creating a zone with wrong vpc-name results in wrong output. The playbook is not aborting, instead it runs through:
sample play:
The text was updated successfully, but these errors were encountered: