fix variable
This commit is contained in:
@@ -16,6 +16,6 @@
|
||||
method: GET
|
||||
headers:
|
||||
X-Auth-Token: "{{ scw_secret_key }}"
|
||||
when: item.name == "{{ project_name }}"
|
||||
when: item.name == "{{ project_name_tf }}"
|
||||
with_items: "{{ (output.content |from_json).clusters }}"
|
||||
|
Reference in New Issue
Block a user