From 59ad6fb7a8cceb3c9567ed02ff1dc8f141bad338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 1 Sep 2024 00:51:29 +0100 Subject: [PATCH] . --- .gitea/workflows/host.yml | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/host.yml b/.gitea/workflows/host.yml index 2bf8397..043e91d 100644 --- a/.gitea/workflows/host.yml +++ b/.gitea/workflows/host.yml @@ -12,15 +12,20 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Install Ansible - shell: bash - run: | - sudo apt update - sudo apt install -y ansible +# - name: Install Ansible +# shell: bash +# run: | +# sudo apt update +# sudo apt install -y ansible + + - name: Docker tests - - name: Run Ansible Playbook - env: - ANSIBLE_USER: ${{ secrets.ANSIBLE_USER }} - ANSIBLE_HOST_KEY_CHECKING: False run: | - ansible-playbook ansible/site.yml --private-key xxxx -u xxxx \ No newline at end of file + docker container list + +# - name: Run Ansible Playbook +# env: +# ANSIBLE_USER: ${{ secrets.ANSIBLE_USER }} +# ANSIBLE_HOST_KEY_CHECKING: False +# run: | +# ansible-playbook ansible/site.yml --private-key xxxx -u xxxx \ No newline at end of file