mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 00:41:38 +02:00
Fix ansible-lint issue with molecule test playbook.
This commit is contained in:
parent
21462d7da9
commit
b158105fad
@ -40,7 +40,8 @@
|
||||
region: "us-east-1"
|
||||
name: certbot_test
|
||||
key_material: "{{ item }}"
|
||||
with_file: ~/.ssh/id_rsa.pub
|
||||
with_file:
|
||||
- ~/.ssh/id_rsa.pub
|
||||
|
||||
- name: Provision EC2 instance.
|
||||
ec2:
|
||||
|
Loading…
x
Reference in New Issue
Block a user