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
ansible [core 2.17.5]
CALLBACKS_ENABLED(/ansible/ansible.cfg) = ['community.general.slack', 'community.general.opentelemetry'] CONFIG_FILE() = /ansible/ansible.cfg DEFAULT_HOST_LIST(/ansible/ansible.cfg) = ['/ansible/inventory'] DEFAULT_REMOTE_USER(/ansible/ansible.cfg) = ansibleusr HOST_KEY_CHECKING(/ansible/ansible.cfg) = False INTERPRETER_PYTHON(/ansible/ansible.cfg) = /usr/bin/python3
domain
the record is deleted
the record is not deleted
run this playbook
--- - name: Test linode.cloud.domain_record hosts: localhost become: false tasks: - name: Ensure CNAME record is aligned linode.cloud.domain_record: domain: example.com name: smtp type: CNAME target: mail.example.com. ttl_sec: 1800 state: absent
The text was updated successfully, but these errors were encountered:
looks like the problem is with the final dot in the target value:
target: mail.example.com. ---^
Sorry, something went wrong.
No branches or pull requests
Ansible Version
ansible [core 2.17.5]
Ansible Configuration
CALLBACKS_ENABLED(/ansible/ansible.cfg) = ['community.general.slack', 'community.general.opentelemetry']
CONFIG_FILE() = /ansible/ansible.cfg
DEFAULT_HOST_LIST(/ansible/ansible.cfg) = ['/ansible/inventory']
DEFAULT_REMOTE_USER(/ansible/ansible.cfg) = ansibleusr
HOST_KEY_CHECKING(/ansible/ansible.cfg) = False
INTERPRETER_PYTHON(/ansible/ansible.cfg) = /usr/bin/python3
Effected Components
domain
Expected Behavior
the record is deleted
Actual Behavior
the record is not deleted
Steps to Reproduce
run this playbook
The text was updated successfully, but these errors were encountered: