Skip to content

Commit

Permalink
logging whats missing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Jun 12, 2024
1 parent fd0bc89 commit 8cde38f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions nginx/ansible/configuration/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ state: "present"
#state: 'absent'

# List of NGINX One Instance IDs
azure_instances:
- inst_jI92KpLMSSuqDyDmSvyU0A
azure_instances: [inst_jI92KpLMSSuqDyDmSvyU0A]

0 comments on commit 8cde38f

Please sign in to comment.