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' ]