fix: remove network proxy from pyKMS
Some checks are pending
Deploy / Prepare Build (push) Waiting to run

This commit is contained in:
2024-11-01 00:06:33 +10:00
parent 21ecaa856f
commit dab2fea58b
3 changed files with 7 additions and 6 deletions

View File

@ -38,6 +38,11 @@
- hosts: docker
become: yes
pre_tasks:
- name: Connect iscsi
import_tasks: tasks/iscsi.yml
tags: iscsi_connect
roles:
- role: docker
tags: docker_install
@ -52,10 +57,7 @@
traefik_host: traefik02.comprofix.xyz
tags: traefik_install
tasks:
- name: Connect iSCSI
import_tasks: tasks/iscsi.yml
tags: iscsi_connect
- name: Deploy comprofix.com website
import_tasks: tasks/comprofix.com.yml
tags: comprofix_install