From f71810801d437b4ae5e4573060d05790d2fbf42d Mon Sep 17 00:00:00 2001 From: Ziwi Date: Thu, 5 Sep 2024 03:54:48 +0200 Subject: [PATCH] fix: Ubuntu 24 command typo --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- docs-web/docs/main/installation.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 06f5200..c3400e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b1f1f6..d60bd47 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: "Tagged release" +name: "Release" on: push: diff --git a/docs-web/docs/main/installation.md b/docs-web/docs/main/installation.md index f670074..2812f22 100644 --- a/docs-web/docs/main/installation.md +++ b/docs-web/docs/main/installation.md @@ -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: