From 24284c0cfec54aa2fe7f38768d1c32afae3fa1c8 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Thu, 5 Jan 2023 10:08:26 -0500 Subject: typo fix --- README.md | 2 +- roles/website/tasks/main.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 73aad73..4187716 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ The drives themselves are 4 TiB 3.5in 5400 RPM CMR such as: > Note there will be cheaper drives using SMR, but I'd recommend CMR is worth the extra cost. -Remember to buy drives that are not made as part of the same batch, so that the probabity of them +Remember to buy drives that are not made as part of the same batch, so that the probability of them dying together is the lowest. You can also do this by buying different brands. Also remember to buy an extra set so that you save yourself some panic during recovery. diff --git a/roles/website/tasks/main.yaml b/roles/website/tasks/main.yaml index 07780b5..8f5d770 100644 --- a/roles/website/tasks/main.yaml +++ b/roles/website/tasks/main.yaml @@ -2,7 +2,6 @@ - name: 'Install git' become: true - # become_method: 'doas' package: name: 'git' state: 'present' @@ -14,7 +13,6 @@ when: 'item.git_url is defined' loop: '{{ websites }}' - - name: 'Create domain level dir' file: path: '{{ sites_data_root }}/{{ item.name }}/html' -- cgit v1.2.3