Skip to content

Commit 7e55f33

Browse files
committedDec 6, 2024
fix cd
1 parent 7e73e37 commit 7e55f33

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.forgejo/workflows/ansibleCD.yml

+5
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@ jobs:
129129
ubu.lan ansible_host=${{ steps.bitwarden-secrets.outputs.ubu_host }} ansible_user=mafyuh
130130
EOF
131131
132+
- name: Ensure SSH directory exists
133+
run: |
134+
mkdir -p /root/.ssh
135+
chmod 700 /root/.ssh
136+
132137
- name: Create Private key
133138
run: |
134139
cat <<EOF > /root/.ssh/id_rsa

0 commit comments

Comments
 (0)
Please sign in to comment.