add option to obtain api token only once
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-06-23 22:07:03 +02:00
parent af81eb4d20
commit 675f4db8f5
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,8 @@
# @end
# @var corenetworks_dns_default_zone: $ "_unset_"
corenetworks_dns_token_run_once: False
corenetworks_dns_pip: "pip{{ ansible_python.version.major }}"
corenetworks_dns_delegate_to: localhost

View File

@ -15,6 +15,7 @@
register: __corenetworks
when: corenetworks_dns_token is not defined
delegate_to: "{{ corenetworks_dns_delegate_to }}"
run_once: "{{ corenetworks_dns_token_run_once }}"
- name: Create DNS records
corenetworks_dns: