Colin Powell 4 rokov pred
rodič
commit
f847424b22
1 zmenil súbory, kde vykonal 11 pridanie a 0 odobranie
  1. 11 0
      ansible/roles/pbp/tasks/main.yml

+ 11 - 0
ansible/roles/pbp/tasks/main.yml

@@ -0,0 +1,11 @@
+---
+- name: PBP source deployed
+  git:
+    repo: 'https://git.unbl.ink/secstate/pbp_com.git'
+    dest: /root/pbp_com
+    update: yes
+
+- name: PBP requirements up to date
+  pip:
+    requirements: /root/pbp_com/requirements.txt
+    executable: pip