Skip to content

Commit 0e09ebe

Browse files
Thomas-McKanna-Testapatard
authored andcommitted
Remove extra space
1 parent 517df81 commit 0e09ebe

File tree

1 file changed

+1
-1
lines changed
  • src/molecule_plugins/ec2/cookiecutter/{{cookiecutter.molecule_directory}}/{{cookiecutter.scenario_name}}

1 file changed

+1
-1
lines changed

src/molecule_plugins/ec2/cookiecutter/{{cookiecutter.molecule_directory}}/{{cookiecutter.scenario_name}}/create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
- name: Create ephemeral security groups (if needed)
187187
ec2_group:
188188
profile: "{{ item.aws_profile | default(omit) }}"
189-
iam_instance_profile : "{{ item.iam_instance_profile | default(omit) }}"
189+
iam_instance_profile: "{{ item.iam_instance_profile | default(omit) }}"
190190
region: "{{ item.region | default(omit) }}"
191191
vpc_id: "{{ item.vpc_id or vpc_subnet.vpc_id }}"
192192
name: "{{ item.security_group_name }}"

0 commit comments

Comments
 (0)