Skip to content

Commit

Permalink
fix: Ubuntu 24 command typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziwi01 committed Sep 5, 2024
1 parent bc110b4 commit f718108
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Build Proveasio'ned environment
working-directory: ./ansible
run: ansible-plaVybook -i inventory.yml setup-ubuntu.yml
run: ansible-playbook -i inventory.yml setup-ubuntu.yml

- name: Push latest tag
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Tagged release"
name: "Release"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion docs-web/docs/main/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Assuming all the [requirements](./requirements) are met:
mail: james.doe@hell.no
```
4. (from repo root) Run `sudo ./prepare-ubuntu.sh` (if not already run during windows setup) to update the system and install required python and ansible packages
4. Run `sudo ~/proveasio/prepare-ubuntu.sh` (if not already run during windows setup) to update the system and install required python and ansible packages
5. Reload your terminal (close and open again)
6. Run ansible:

Expand Down

0 comments on commit f718108

Please sign in to comment.