diff --git a/roles/pagure/frontend/tasks/main.yml b/roles/pagure/frontend/tasks/main.yml index f1f7e33a4d..4327777b11 100644 --- a/roles/pagure/frontend/tasks/main.yml +++ b/roles/pagure/frontend/tasks/main.yml @@ -220,19 +220,6 @@ notify: - restart apache -- name: Install all the configuration files of pagure - template: src={{ item.file }} - dest={{ item.location }}/{{ item.file }} - owner={{ item.user }} group={{ item.group }} mode={{ item.mode }} - with_items: - - { file: pagure.conf, location: /etc/httpd/conf.d, user: apache, group: apache, mode: 600 } - tags: - - config - - web - - pagure - notify: - - restart apache - - name: Install the wsgi file template: src={{ item }} dest=/var/www/{{ item }}