Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2023-11-15 16:51:54 +01:00
parent e98afca613
commit 8b6bade923
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

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