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