mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
Fix name
This commit is contained in:
parent
b014f73045
commit
780acd0384
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
- name: Create instance
|
||||
openstack.cloud.server:
|
||||
cloud: open-telekom-cloud
|
||||
name: "{{ tpot_name.stdout }}"
|
||||
name: "{{ tpot_name }}"
|
||||
availability_zone: "{{ availability_zone }}"
|
||||
image: "{{ image }}"
|
||||
boot_from_volume: yes
|
||||
|
|
Loading…
Reference in a new issue