fix variable

This commit is contained in:
2022-11-07 23:07:06 +01:00
parent 097d0621d6
commit 005127a37b
2 changed files with 5 additions and 5 deletions

View File

@@ -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 }}"