aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2023-01-05 15:08:26 +0000
committerKumar Damani <me@kumardamani.net>2023-01-05 15:08:26 +0000
commit24284c0cfec54aa2fe7f38768d1c32afae3fa1c8 (patch)
treee3d76e391c493652da36aa7d1b1ab58417889b7c
parent3659a750ee669b87c9f363a6b7ab2660917f8d39 (diff)
typo fix
-rw-r--r--README.md2
-rw-r--r--roles/website/tasks/main.yaml2
2 files changed, 1 insertions, 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'