소스 검색

fix bug, supervisor conf is a file not a template

pull/56/head
Jonathan Cobb 4 년 전
부모
커밋
c66e527362
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      bubble-server/src/main/resources/packer/roles/tarpit/tasks/main.yml

+ 1
- 1
bubble-server/src/main/resources/packer/roles/tarpit/tasks/main.yml 파일 보기

@@ -27,7 +27,7 @@
become: yes

- name: Install http tarpit supervisor conf file
template:
copy:
src: supervisor_http_tarpit.conf
dest: /etc/supervisor/conf.d/http_tarpit.conf
owner: root


불러오는 중...
취소
저장