diff --git a/tasks/configure-Debian.yml b/tasks/configure-Debian.yml index 0932f37d..4d4237ff 100644 --- a/tasks/configure-Debian.yml +++ b/tasks/configure-Debian.yml @@ -46,6 +46,7 @@ dest: "{{ apache_conf_path }}/sites-enabled/{{ apache_vhosts_filename }}" state: link mode: 0644 + force: "{{ ansible_check_mode }}" notify: restart apache when: apache_create_vhosts | bool