瀏覽代碼

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


Loading…
取消
儲存