Skip to content

Commit

Permalink
feat(ansible): try output in raw format; no file
Browse files Browse the repository at this point in the history
  • Loading branch information
gtempus committed Nov 20, 2023
1 parent 3c18460 commit 2f086a0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/api_triggered_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,5 @@ jobs:

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

0 comments on commit 2f086a0

Please sign in to comment.