add deploy web to ansible yaml

This commit is contained in:
Trevor Batley 2023-09-11 17:14:43 +10:00
parent 070af822ac
commit 105f51415f

View File

@ -20,6 +20,10 @@
file:
path: /tmp/koji-setup/koji-deploy-hub.sh
mode: 0755
- name: update deploy koji web file permissions
file:
path: /tmp/koji-setup/koji-deploy-web.sh
mode: 0755
- name: update add koji builder file permissions
file:
path: /tmp/koji-setup/koji-add-builder.sh
@ -31,6 +35,7 @@
- name: run koji deployment
command:
./koji-deploy-hub.sh
./koji-deploy-web.sh
./koji-add-builder.sh
become: true
args: