|
@@ -18,8 +18,8 @@
|
|
|
|
|
|
- name: PBP source deployed
|
|
|
git:
|
|
|
- repo: 'https://git.unbl.ink/secstate/pbp_com.git'
|
|
|
- dest: /root/
|
|
|
+ repo: "https://git.unbl.ink/secstate/pbp_com.git"
|
|
|
+ dest: /usr/local/src/
|
|
|
update: yes
|
|
|
|
|
|
- name: Requirements up to date
|
|
@@ -35,9 +35,9 @@
|
|
|
notify: Supervisor restarted
|
|
|
|
|
|
- name: Supervisor file installed
|
|
|
- copy:
|
|
|
+ template:
|
|
|
src: supervisor.conf
|
|
|
- dest: /usr/local/etc/supervisor/conf.d/
|
|
|
+ dest: /usr/local/etc/supervisor/conf.d/pbp.conf
|
|
|
owner: root
|
|
|
mode: 0644
|
|
|
notify: Supervisor restarted
|