From 8cde38fbcf9fbc85381313ac08cda80194493304 Mon Sep 17 00:00:00 2001 From: Jon Calalang Date: Wed, 12 Jun 2024 08:04:07 -0700 Subject: [PATCH] logging whats missing --- .github/workflows/main.yaml | 2 +- nginx/ansible/configuration/defaults/main.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 8ae475b..89af156 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -631,7 +631,7 @@ jobs: --extra-vars "@../defaults/main.yaml" --extra-vars "nginx-one-f5xc-api-token=${{ secrets.NGINX_ONE_F5XC_API_TOKEN }}" --extra-vars "nginx-one-f5xc-tenant=${{ secrets.NGINX_ONE_F5XC_TENANT }}" - # --verbose -vvvv + --verbose -vvvv # Required, playbook filepath playbook: "nginx.yaml" # Optional, directory where playbooks live diff --git a/nginx/ansible/configuration/defaults/main.yaml b/nginx/ansible/configuration/defaults/main.yaml index bd52ac0..e0671f6 100644 --- a/nginx/ansible/configuration/defaults/main.yaml +++ b/nginx/ansible/configuration/defaults/main.yaml @@ -5,5 +5,4 @@ state: "present" #state: 'absent' # List of NGINX One Instance IDs -azure_instances: - - inst_jI92KpLMSSuqDyDmSvyU0A +azure_instances: [inst_jI92KpLMSSuqDyDmSvyU0A]