This commit is contained in:
Matt Reeves 2024-12-06 01:33:54 -05:00
parent 7e73e37c39
commit 7e55f33cf2

View file

@ -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