From 92f9bd459d60234e860a804cac48fa20789d2d67 Mon Sep 17 00:00:00 2001 From: CC Date: Fri, 22 May 2026 21:54:02 +0100 Subject: [PATCH] ci/cd ansible rsync --- .gitea/workflows/deploy.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 37a609e..69f81e5 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -46,7 +46,7 @@ jobs: shell: bash run: | sudo apt-get update - sudo apt-get install -y ansible + sudo apt-get install -y ansible rsync - name: Set up SSH run: | @@ -59,15 +59,6 @@ jobs: UserKnownHostsFile=/dev/null EOF - - name: Ansible Inventory YML - run: | - ls - echo "ansible folder" - ls ansible - echo "inventory folder" - ls ansible/inventory - #cat ansible/inventory/inventory.yml - - name: Run playbook run: | ansible-playbook ansible/playbooks/docker_copy.yml -i ansible/inventory/inventory.yml -u cloud --private-key ~/.ssh/vlans_rsa