Skip to content

Commit

Permalink
feat(ansible): generate inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
gtempus committed Nov 4, 2023
1 parent d35429e commit 8361eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api_triggered_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Generate Ansible Inventory
working-directory: ./terraform
run: |
terraform output -json | sed '1d' | sed '$ d' | sed '$ d' > output.json
terraform output -json | sed '1d' | sed '$d' | sed '$d' > output.json
cat output.json
jq -r '.minecraft_server_public_ip.value[]' output.json
Expand Down

0 comments on commit 8361eab

Please sign in to comment.