Fix ansible-lint issue with molecule test playbook.

pull/102/head
Jeff Geerling 5 years ago
parent 21462d7da9
commit b158105fad
  1. 3
      molecule/default/playbook-standalone-nginx-aws.yml

@ -40,7 +40,8 @@
region: "us-east-1" region: "us-east-1"
name: certbot_test name: certbot_test
key_material: "{{ item }}" key_material: "{{ item }}"
with_file: ~/.ssh/id_rsa.pub with_file:
- ~/.ssh/id_rsa.pub
- name: Provision EC2 instance. - name: Provision EC2 instance.
ec2: ec2:

Loading…
Cancel
Save