Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
remove additional bracket (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
WissemChb authored Sep 7, 2021
1 parent 1d3d363 commit b8fc092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/molecule_gce/playbooks/tasks/create_linux_instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name: "{{ item.name }}"
machine_type: "{{ item.machine_type | default('n1-standard-1') }}"
metadata:
ssh-keys: "{{ lookup('env','USER') }}:{{ keypair.public_key }}}"
ssh-keys: "{{ lookup('env','USER') }}:{{ keypair.public_key }}"
scheduling:
preemptible: "{{ item.preemptible | default(false) }}"
disks:
Expand Down

0 comments on commit b8fc092

Please sign in to comment.