mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-17 10:11:11 +00:00
58ec49a34d
cppjit client (python not yet working)
9 lines
159 B
YAML
9 lines
159 B
YAML
---
|
|
- name: Terminate ec2 instances
|
|
local_action: ec2
|
|
state=absent
|
|
instance_ids={{ ec2_id }}
|
|
region={{ region }}
|
|
wait=true
|
|
|