From 1daa3209afca6d0800331e3f20241738e252668d Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Tue, 11 Jun 2019 15:31:02 +0200 Subject: [PATCH] ansible-playbooks/general#85 Bug fixes from regex search & replace --- tasks/apache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/apache.yml b/tasks/apache.yml index 7aa2cc9..e8a16f8 100644 --- a/tasks/apache.yml +++ b/tasks/apache.yml @@ -72,7 +72,7 @@ src: '{{inventory_dir}}/files/ssl/{{item.1.file}}' dest: /etc/ssl/private with_subelements: - - '{{( apache_certificates }})' + - '{{ apache_certificates }}' - certs notify: - Restart Apache -- GitLab