diff options
Diffstat (limited to 'roles/web/tasks')
-rw-r--r-- | roles/web/tasks/main.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/web/tasks/main.yml b/roles/web/tasks/main.yml index e67e6ce..b716f87 100644 --- a/roles/web/tasks/main.yml +++ b/roles/web/tasks/main.yml @@ -37,7 +37,6 @@ notify: restart apache - command: a2dissite 000-default ignore_errors: true - notify: restart apache - name: Enable gondul-config copy: dest: /etc/apache2/sites-enabled/ |