add dep to tco.changelog
This commit is contained in:
@@ -47,6 +47,7 @@ galaxy_info:
|
|||||||
# NOTE: A tag is limited to a single word comprised of alphanumeric characters.
|
# NOTE: A tag is limited to a single word comprised of alphanumeric characters.
|
||||||
# Maximum 20 tags per role.
|
# Maximum 20 tags per role.
|
||||||
|
|
||||||
dependencies: []
|
dependencies:
|
||||||
|
- { role: tco.changelog, myrole_name: ansible_dns }
|
||||||
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
|
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
|
||||||
# if you add dependencies to this list.
|
# if you add dependencies to this list.
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
ovh_api_application_secret: "{{ ovh_api_application_secret }}"
|
ovh_api_application_secret: "{{ ovh_api_application_secret }}"
|
||||||
ovh_api_consumer_key: "{{ ovh_api_consumer_key }}"
|
ovh_api_consumer_key: "{{ ovh_api_consumer_key }}"
|
||||||
zone: "{{ dns_zone }}"
|
zone: "{{ dns_zone }}"
|
||||||
record_name: "{{ item.record_name }}"
|
record_name: "{{ item.record_name | ansible.builtin.regex_replace( '.'+dns_zone, '' ) }}"
|
||||||
record_value: "{{ item.record_value }}"
|
record_value: "{{ item.record_value }}"
|
||||||
record_type: "{{ item.record_type }}"
|
record_type: "{{ item.record_type }}"
|
||||||
state: "{{ state }}"
|
state: "{{ state }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user