From 2a79c8c3499437ede38c81c82c2ca48b91ba3191 Mon Sep 17 00:00:00 2001 From: Dan Fedele Date: Mon, 7 Nov 2022 09:49:21 -0500 Subject: Fixed horrible typo that broke the whole thing --- kali.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'kali.yml') diff --git a/kali.yml b/kali.yml index 4bf2127..59f8735 100644 --- a/kali.yml +++ b/kali.yml @@ -9,8 +9,9 @@ ysoserial_jar: "https://github.com/frohoff/ysoserial/releases/latest/download/ysoserial-all.jar" kitty_installer: "https://sw.kovidgoyal.net/kitty/installer.sh" tasks: - - ansible.builtin.fail: - msg: "This playbook must be run properly! Execute sudo bash setup.sh" + - name: Confirming playbook was run properly + ansible.builtin.fail: + msg: "Do not call this playbook directly! Execute sudo bash setup.sh" when: tmux is not defined or zsh_func is not defined - name: Add Docker repo key @@ -194,7 +195,7 @@ user_install: no - name: Install Kitty Terminal Emulator 🐱 - ansible.builtin.command: "/usr/bin/curl -sL {{ kitty_installer }} | sh /dev/sdtin dest=/opt launch=n" + ansible.builtin.command: "/usr/bin/curl -sL {{ kitty_installer }} | sh /dev/stdin dest=/opt launch=n" - name: Create Desktop Icon for Kitty 🐱 ansible.builtin.copy: -- cgit v1.2.3