소스 검색

[tandoor] Remove nginx config

Colin Powell 3 년 전
부모
커밋
b54c318bb2
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      ansible/roles/tandoor/tasks/main.yml

+ 0 - 7
ansible/roles/tandoor/tasks/main.yml

@@ -27,13 +27,6 @@
   tags:
     - update
 
-- name: Nginx location file installed
-  copy:
-    src: nginx-location.conf
-    dest: /usr/local/etc/nginx/locations/tandoor.conf
-    mode: 0644
-  notify: Nginx restarted
-
 - name: Tandoor env file installed
   template:
     src: envrc.j2