Fix linting issues.

This commit is contained in:
Jeff Geerling 2020-08-20 12:22:09 -05:00
parent e0d9092779
commit 04600b45f6
5 changed files with 7 additions and 0 deletions

View file

@ -8,3 +8,4 @@ rules:
ignore: |
.github/stale.yml
.travis.yml

View file

@ -5,6 +5,7 @@
regexp: "{{ item.regexp }}"
line: "{{ item.line }}"
state: present
mode: 0644
with_items: "{{ apache_ports_configuration_items }}"
notify: restart apache
@ -13,6 +14,7 @@
src: "{{ apache_server_root }}/mods-available/{{ item }}"
dest: "{{ apache_server_root }}/mods-enabled/{{ item }}"
state: link
mode: 0644
with_items: "{{ apache_mods_enabled }}"
notify: restart apache
@ -43,6 +45,7 @@
src: "{{ apache_conf_path }}/sites-available/{{ apache_vhosts_filename }}"
dest: "{{ apache_conf_path }}/sites-enabled/{{ apache_vhosts_filename }}"
state: link
mode: 0644
notify: restart apache
when: apache_create_vhosts | bool

View file

@ -5,6 +5,7 @@
regexp: "{{ item.regexp }}"
line: "{{ item.line }}"
state: present
mode: 0644
with_items: "{{ apache_ports_configuration_items }}"
notify: restart apache

View file

@ -5,6 +5,7 @@
regexp: "{{ item.regexp }}"
line: "{{ item.line }}"
state: present
mode: 0644
with_items: "{{ apache_ports_configuration_items }}"
notify: restart apache

View file

@ -5,6 +5,7 @@
regexp: "{{ item.regexp }}"
line: "{{ item.line }}"
state: present
mode: 0644
with_items: "{{ apache_ports_configuration_items }}"
notify: restart apache