mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +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"
|
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…
x
Reference in New Issue
Block a user