Skip to content

Commit

Permalink
feat(ansible): try output in raw format
Browse files Browse the repository at this point in the history
  • Loading branch information
gtempus committed Nov 20, 2023
1 parent dcafca7 commit 3c18460
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/api_triggered_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,8 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-2

- name: Generate Ansible Inventory
working-directory: ./terraform
run: |
terraform output -raw minecraft_server_public_ip > output.json
cat output.json

0 comments on commit 3c18460

Please sign in to comment.