fix cd
This commit is contained in:
parent
7e73e37c39
commit
7e55f33cf2
1 changed files with 5 additions and 0 deletions
|
@ -129,6 +129,11 @@ jobs:
|
||||||
ubu.lan ansible_host=${{ steps.bitwarden-secrets.outputs.ubu_host }} ansible_user=mafyuh
|
ubu.lan ansible_host=${{ steps.bitwarden-secrets.outputs.ubu_host }} ansible_user=mafyuh
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
- name: Ensure SSH directory exists
|
||||||
|
run: |
|
||||||
|
mkdir -p /root/.ssh
|
||||||
|
chmod 700 /root/.ssh
|
||||||
|
|
||||||
- name: Create Private key
|
- name: Create Private key
|
||||||
run: |
|
run: |
|
||||||
cat <<EOF > /root/.ssh/id_rsa
|
cat <<EOF > /root/.ssh/id_rsa
|
||||||
|
|
Loading…
Reference in a new issue