From b158105fadbf19ac137bc9d786c63ff90ecfd16d Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 20 Feb 2020 16:23:22 -0600 Subject: [PATCH] Fix ansible-lint issue with molecule test playbook. --- molecule/default/playbook-standalone-nginx-aws.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/molecule/default/playbook-standalone-nginx-aws.yml b/molecule/default/playbook-standalone-nginx-aws.yml index 481c688..4d9fdd3 100644 --- a/molecule/default/playbook-standalone-nginx-aws.yml +++ b/molecule/default/playbook-standalone-nginx-aws.yml @@ -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: