summaryrefslogtreecommitdiff
path: root/kali.yml
diff options
context:
space:
mode:
Diffstat (limited to 'kali.yml')
-rw-r--r--kali.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kali.yml b/kali.yml
index d790ab7..fea5dfb 100644
--- a/kali.yml
+++ b/kali.yml
@@ -171,7 +171,7 @@
- name: Downloading Ysoserial JAR file
ansible.builtin.get_url:
- url: {{ ysoserial_jar }}
+ url: "{{ ysoserial_jar }}"
dest: /opt/ysoserial/ysoserial-all.jar
mode: '0644'
@@ -183,7 +183,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/sdtin dest=/opt launch=n"
- name: Create Desktop Icon for Kitty 🐱
ansible.builtin.copy: