diff --git a/tasks/configure_ovh.yml b/tasks/configure_ovh.yml index b64becc..cb79dd0 100644 --- a/tasks/configure_ovh.yml +++ b/tasks/configure_ovh.yml @@ -11,6 +11,10 @@ - name: Add DKIM key record for domain synthesio.ovh.domain: + endpoint: "{{ ovh_endpoint }}" + application_key: "{{ ovh_application_key }}" + application_secret: "{{ ovh_application_secret }}" + consumer_key: "{{ ovh_consumer_key }}" domain: "{{ item['item'] }}" value: "{{ item['content'] | b64decode | regex_replace('^.*\"(.*)\"$', '\\1') }}" record_type: "DKIM"