summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Fedele <dan.fedele@gmail.com>2022-11-07 10:16:42 -0500
committerDan Fedele <dan.fedele@gmail.com>2022-11-07 10:16:42 -0500
commitca83fcf15ea6a276116812c426ae042e2feb0e30 (patch)
tree097221fd7f61efb19665788db0c559ba2c2ece47
parent0887f9ab50cd2f10bc26383093239e9b27c9d686 (diff)
Dev note: Do not code with a lack of sleep
-rw-r--r--kali.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kali.yml b/kali.yml
index 3cc1272..9090633 100644
--- a/kali.yml
+++ b/kali.yml
@@ -248,7 +248,7 @@
loop: "{{ users.stdout_lines }}"
- name: Enabling zsh functions
- loop: "{{ users.stdout_lins }}"
+ loop: "{{ users.stdout_lines }}"
ansible.builtin.blockinfile:
path: "~{{ item }}/.zshrc"
state: present