-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
DNS Host Support for Ansible in v2 #72
Conversation
…nsible into dns_host_cleanpr
that: | ||
- dns_host_info.objects | length == 1 | ||
- dns_host_info.objects[0].id == dns_host.id | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Task for retrieval via tag filters is missing !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dns host tags support is greyed out on CSP, but from dns service page we can add tags to dns_host, but they are not retrievable.
when I tried from postman, we could not see the tags being part of the payload
tag_filters: | ||
description: | ||
- Filter dict to filter objects by tags | ||
type: dict | ||
required: false | ||
tag_filter_query: | ||
description: | ||
- Filter query to filter objects by tags | ||
type: str | ||
required: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I saw that you commented elsewhere that this doesn't work. it should be removed in that case
Overall LGTM. PR should have been recreated in the new repo. |
No description provided.