From 32aa382ee7b643bd6a675431ec6872773eec2319 Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Fri, 6 Dec 2024 02:07:21 -0500 Subject: [PATCH] remove debug --- .forgejo/workflows/ansibleCD.yml | 5 ----- ansible/ansible.cfg | 1 - 2 files changed, 6 deletions(-) diff --git a/.forgejo/workflows/ansibleCD.yml b/.forgejo/workflows/ansibleCD.yml index 1002384..076cb55 100644 --- a/.forgejo/workflows/ansibleCD.yml +++ b/.forgejo/workflows/ansibleCD.yml @@ -149,11 +149,6 @@ jobs: eval $(ssh-agent -s) ssh-add /root/.ssh/id_rsa - - name: Debug SSH Key Content - run: | - echo "SSH Key Content:" - echo "${{ steps.bitwarden-secrets.outputs.ssh_private_key }}" - - name: Run Ansible Playbook uses: docker://mafyuh/ansible-bws:v1.0.5 diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 2851768..7780d11 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -1,4 +1,3 @@ [defaults] ansible_user = mafyuh host_key_checking = False -private_key_file = /root/.ssh/id_rsa \ No newline at end of file