From 8b6bade9239e0a7654aa34286a53eb2fee7390fc Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 15 Nov 2023 16:51:54 +0100 Subject: [PATCH] Fix a typo. --- tasks/apache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/apache.yml b/tasks/apache.yml index 0d34926..4bdabc9 100644 --- a/tasks/apache.yml +++ b/tasks/apache.yml @@ -16,7 +16,7 @@ apt: pkg={{ apache_additional_packages_list }} state={{ apache_pkg_state }} cache_valid_time=3600 tags: [ 'apache', 'apache_additional_packages' ] - - name: Instal the ports conf file + - name: Install the ports conf file template: src=ports.conf dest=/etc/apache2/ports.conf notify: apache2 reload tags: [ 'apache', 'apache_conf' ]