Skip to content

Commit b158105

Browse files
committed
Fix ansible-lint issue with molecule test playbook.
1 parent 21462d7 commit b158105

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

molecule/default/playbook-standalone-nginx-aws.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
region: "us-east-1"
4141
name: certbot_test
4242
key_material: "{{ item }}"
43-
with_file: ~/.ssh/id_rsa.pub
43+
with_file:
44+
- ~/.ssh/id_rsa.pub
4445

4546
- name: Provision EC2 instance.
4647
ec2:

0 commit comments

Comments
 (0)