From 58a1c2f6a199af7d059c097de408a17c44e7e561 Mon Sep 17 00:00:00 2001 From: Aaron van Meerten Date: Fri, 14 Jul 2023 13:59:23 -0400 Subject: [PATCH] task: include oci instance id in nomad meta --- ansible/nomad-client.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/nomad-client.yml b/ansible/nomad-client.yml index 80f89821..86de85f8 100644 --- a/ansible/nomad-client.yml +++ b/ansible/nomad-client.yml @@ -28,6 +28,7 @@ cloud_region: "{{ oracle_region }}" pool_type: "{{ nomad_pool_type }}" public_ip: "{{ cloud_public_ip }}" + instance_id: "{{ oracle_instance_id | default('default') }}" pre_tasks: - name: Stop telegraf for nomad clients # noqa ignore-errors ansible.builtin.service: