Skip to content

Commit

Permalink
create dir task
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdermg committed Oct 10, 2023
1 parent 180c294 commit e72d288
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/vagrant-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up VirtualBox
run: |
sudo apt-get update
sudo apt-get install virtualbox
sudo apt-get install -y virtualbox
# - name: Cache ansible
# uses: actions/cache@v3
Expand All @@ -49,6 +49,9 @@ jobs:
- name: Setup ansible vault password
run: printf ${{ secrets.VAULT_PASS }} > .vault_pass

- name: Create SSH directory
run: mkdir -p ~/.ssh

- name: Setup pub key for keyless role
run: printf ${{ secrets.PUB_KEY }} > ~/.ssh/id_rsa.pub

Expand Down

0 comments on commit e72d288

Please sign in to comment.