Skip to content

Commit

Permalink
quotes?
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Jun 12, 2024
1 parent 811e43c commit d3a1e8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -629,9 +629,9 @@ jobs:
# Optional, additional flags to pass to ansible-playbook
options: |
--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
--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
# Required, playbook filepath
playbook: "nginx.yaml"
# Optional, directory where playbooks live
Expand Down

0 comments on commit d3a1e8e

Please sign in to comment.