1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

fix: typo

This commit is contained in:
jo 2025-10-30 16:10:32 +01:00
parent ed8f46f0a2
commit 179236f655
No known key found for this signature in database
GPG key ID: B2FEC9B22722B984
3 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
minor_changes:
- txt_record - Add new txt_record filter to help format TXT , e.g. ``"{{ 'v=spf1 include:_spf.example.net ~all' | hetzner.hcloud.text_record }}"``.
- txt_record - Add new txt_record filter to help format TXT , e.g. ``"{{ 'v=spf1 include:_spf.example.net ~all' | hetzner.hcloud.txt_record }}"``.

View file

@ -11,7 +11,7 @@ DOCUMENTATION:
required: true
EXAMPLES: |
# Format a TXT record
{{ 'v=spf1 include:_spf.example.net ~all' | hetzner.hcloud.text_record }}
{{ 'v=spf1 include:_spf.example.net ~all' | hetzner.hcloud.txt_record }}
RETURN:
_value:

View file

@ -99,7 +99,7 @@ EXAMPLES = """
name: "@"
type: "TXT"
records:
- value: "{{ 'v=spf1 include:_spf.example.net ~all' | hetzner.hcloud.text_record }}"
- value: "{{ 'v=spf1 include:_spf.example.net ~all' | hetzner.hcloud.txt_record }}"
state: present
- name: Delete a Zone RRSet